fips205-source/ffi
2024-03-14 13:35:26 -05:00
..
src rust ffi 2024-03-14 13:35:26 -05:00
tests rust ffi 2024-03-14 13:35:26 -05:00
Cargo.toml rust ffi 2024-03-14 13:35:26 -05:00
fips205.h rust ffi 2024-03-14 13:35:26 -05:00
README.md rust ffi 2024-03-14 13:35:26 -05:00

FIPS 205 FFI

Thank you to Daniel Kahn Gillmor dkg@fifthhorseman.net for the FIPS 203 example.

Currently only implemented for slh_dsa_sha2_128f until A) more testing has been developed, B) better integration with build flow.

$ cd ffi    # here
$ cargo build
$ cd tests
$ make