]> git.codecow.com Git - Monocypher.git/commit
Use stdint.h over inttypes.h
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Sat, 30 Nov 2019 07:49:23 +0000 (08:49 +0100)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Sat, 30 Nov 2019 07:49:23 +0000 (08:49 +0100)
commitef23498de590d00df11a9d20b049d0d456284254
treebb9319f8ef9deb91242f9f9d6e6323f9668645f5
parentc2318abdee4a8a574ec645e4f22e3726fd88fcc4
Use stdint.h over inttypes.h

Monocypher uses nothing from inttypes.h, other than stdint.h that
inttypes.h indirectly includes.

This seems to make clang --target=wasm32 more amenable to Monocypher in
a freestanding environment.
src/monocypher.h