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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.0 - 2025-11-15

Added

  • Initial release
  • Rustler NIF bindings for tholos-pq library
  • keypair/0 function for generating post-quantum keypairs
  • encapsulate/1 function for key encapsulation
  • decapsulate/2 function for key decapsulation
  • Comprehensive test suite
  • Documentation and examples
  • CI/CD pipeline with GitHub Actions