dyne / Zenroom

Embedded no-code VM executing human-like language to manipulate data and process cryptographic operations.
https://dev.zenroom.org
GNU Affero General Public License v3.0
186 stars 61 forks source link

add support for ML-KEM as specified in FIPS-203 #859

Closed jaromil closed 1 month ago

jaromil commented 2 months ago

FIPS standardization draft is addressing KEM functionality with quantum resistance, we should add it inside Zenroom as this will likely be the future industry standard. The lib is available in liboqs.

matteo-cristino commented 1 month ago

done in #880 ✨