integritychain / fips204

Pure Rust implementation of FIPS 204 Module-Lattice-Based Digital Signature Standard for server, desktop, browser and embedded applications.
Apache License 2.0
9 stars 1 forks source link

FIPS204 Full Standard Released #3

Closed DiscordJim closed 3 weeks ago

DiscordJim commented 4 weeks ago

Since the full standard is out https://csrc.nist.gov/pubs/fips/204/final, will this repository be updated to address that?

Or is the current version on GitHub the latest with the full release?

integritychain commented 4 weeks ago

Hi @DiscordJim - I am in the process up updating it right now. The latest (non-published) GitHub code is passing the NIST test vectors, but I would like to do some further clean up before publishing the crate. It shouldn't be long at all ; )

DiscordJim commented 4 weeks ago

Thank you so much. Great work by the way. Also-- what is "integrity chain"?

integritychain commented 3 weeks ago

The code has been updated to match the final/released version of the spec and published as v0.4.0. Let me know if you spot any issues. (btw, IntegrityChain is just a placeholder at the moment)

DiscordJim commented 3 weeks ago

I see, what is it though? An organization?