QuantCrypt 0.1.0

Library for post-quantum cryptography and PKI
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 (2024-10-04)
- Initial release with support for the Composite ML-KEM / ML-DSA draft standards.
- The ML-DSA implementation used is without context and uses the [ipd OIDs]https://github.com/IETF-Hackathon/pqc-certificates/blob/master/docs/oid_mapping.md to support interoperability testing with `oqs-provider`.
- A version with context (and using the new OIDs) will be published immediately after this release.