Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.01 KB

File metadata and controls

41 lines (28 loc) · 1.01 KB

Changelog

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]

Added

Changed

Fixed

Security


[0.1.0] - 2025-09-11 - Initial Release

Added

  • Core post-quantum hybrid encryption and signing algorithms.
  • sare-core library handling encryption/decryption engines, KDFs, hybrid KEM/Sign, seed management, and formatting.
  • sare-lib library providing user-friendly high-level API.
  • CLI tool sare-cli built on top of sare-lib.
  • Security policy, contribution guidelines, and manifesto.
  • File encryption/decryption with symmetric and asymmetric support.
  • Master key management, recipient management, revocation, and digital signatures.

[0.1.1] - 2025-09-11 - Kyber Fix

Security

  • Replaced pqc_kyber with safe_pqc_kyber because of known security issues