Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use stdint.h/stddef.h #16

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Use stdint.h/stddef.h #16

merged 1 commit into from
Sep 13, 2023

Conversation

mchack-work
Copy link
Member

@mchack-work mchack-work commented Jul 10, 2023

Use clang's stdint.h and stddef.h instead of our own types. Please try it out with a device app.

Closes #21

@iknek
Copy link

iknek commented Jul 20, 2023

Built tkey-signer device app. Loaded with tkey-sign-cli. Works as expected.

@dehanj
Copy link
Member

dehanj commented Aug 9, 2023

Tested.
This is still a draft. Is that intentional?

@mchack-work
Copy link
Member Author

Yes, until we see that the rest of our apps are satisfied with these header files. I just tried device-fido and it works after including stdint.h and stddef.h in places.

@quite
Copy link

quite commented Aug 22, 2023

tkey-device-x25519 is satisfied.

Use clang's stdint.h and stddef.h instead of our own types.
@mchack-work mchack-work merged commit 9ff4102 into main Sep 13, 2023
1 check passed
@dehanj dehanj deleted the stdint branch September 15, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use stdint.h
4 participants