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

API Redesign & Ergonomics #68

Open mberry opened 1 year ago

mberry commented 1 year ago

The current API emulates the NIST code to follow along with the standardisation process. Now that is all done we can do a proper cleanup to make it more idiomatic along with general quality of life improvements. A non-comprehensive list of to-do's:

Related to #59, it's preferable to get this all wrapped up into one release.

mberry commented 1 year ago

Quite a few of these already exist in the draft PR here: https://github.com/Argyle-Software/kyber/pull/67