Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Make structs platform agnostic #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Make structs platform agnostic #41

wants to merge 2 commits into from

Conversation

ceolin
Copy link

@ceolin ceolin commented Nov 19, 2019

No description provided.

Flavio Ceolin added 2 commits November 19, 2019 14:35
Change unsigned int to uint32_t in places that we are assuming that
they are 4 bytes.

Signed-off-by: Flavio Ceolin <[email protected]>
@ceolin
Copy link
Author

ceolin commented Nov 19, 2019

@mczraf can you take a look on it ?

tests/test_ecc_dsa
tests/test_hmac
tests/test_hmac_prng
tests/test_sha256
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be written:

tests/test_*
!tests/test_*.c

Hopefully without side-effects, and with no need of updates when new tests are added. And I would add tags to .gitignore as well!

@utzig
Copy link

utzig commented Mar 13, 2020

Looks correct to me!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants