Argyle-Software / kyber

A rust implementation of the Kyber post-quantum KEM
https://docs.rs/pqc_kyber/
Apache License 2.0
163 stars 37 forks source link

Expose back IND-CPA Kyber primitives publicly #109

Open ThibsG opened 4 months ago

ThibsG commented 4 months ago

36 exposed IND-CPA Kyber primitives, but #96 reduced the scope of publicly available parameters (see here).

This PR proposes to expose again IND-CPA parameters publicly, gated under hazmat feature.