Releases: GiacomoPope/kyber-py
Releases · GiacomoPope/kyber-py
Allow for dual license
What's Changed
- add explicit type hints to ml-kem by @GiacomoPope in #102
- Add Apache license 2.0 option by @GiacomoPope in #103
Full Changelog: v1.1...v1.2
Include pkcs to ML KEM
We now allow the import and export of keys to PKCS #8 and SPKI format. This additional feature requires ecdsa as a dependency.
What's Changed
- include pypi information to readme by @GiacomoPope in #94
- include .pyc files into ignored ones for git by @tomato42 in #96
- Support for writing keys to PEM and DER files by @tomato42 in #98
- Scripts by @tomato42 in #99
Full Changelog: 1.0.1...v1.1
Add project to PyPI
The project is now available on https://pypi.org/project/kyber-py/
ML-KEM (FIPS 203)
Implementation of ML-KEM following the NIST specification FIPS 203 with API stabilised for .keygen(), .encaps() and .decaps(), together with the objects ML_KEM_512, ML_KEM_768, and ML_KEM_1024 targeting NIST security levels I, III and V.