tillitis / tkey-libs

TKey device libs
GNU General Public License v2.0
4 stars 2 forks source link

Use stdint.h/stddef.h #16

Closed mchack-work closed 9 months ago

mchack-work commented 12 months ago

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

Closes #21

iknek commented 11 months ago

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

dehanj commented 11 months ago

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

mchack-work commented 10 months ago

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 commented 10 months ago

tkey-device-x25519 is satisfied.