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

`Ph` not an exported type #4

Closed codahale closed 3 weeks ago

codahale commented 3 weeks ago

Signer::try_hash_sign_with_rng is not usable because the Ph enum is not exported.

integritychain commented 3 weeks ago

Thank you for finding and reporting this so quickly. I have fixed it in v0.4.1 published just now... (https://docs.rs/fips204/latest/fips204/enum.Ph.html)