mirror of
https://github.com/saymrwulf/fips205-source.git
synced 2026-09-04 20:03:45 +00:00
12 lines
No EOL
289 B
Markdown
12 lines
No EOL
289 B
Markdown
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
|
|
~~~ |