Skip to content

Kyberlib 🦀 v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 19:22
a8d3285

Release v0.0.5 - 2024-05-09

kyberlib's logo

kyberlib

A Robust Rust Library for CRYSTALS-Kyber Post-Quantum Cryptography

Made With Rust Crates.io Lib.rs Docs.rs License

WebsiteDocumentationReport BugRequest FeatureContributing Guidelines

divider

Overview 📖

A Robust Rust Library for CRYSTALS-Kyber Post-Quantum Cryptography

Changelog 📚

KyberLib v0.0.5 includes several bug fixes, documentation improvements, and the addition of comprehensive test suites. This release focuses on enhancing the overall quality and reliability of the library.

Key Changes:

  1. Documentation:

    • Updated documentation macros and KyberLibError for improved clarity and readability.
  2. Bug Fixes:

    • Fixed derive declarations to ensure proper functionality.
    • Addressed a warning about an unused result of type Box<dyn Any + Send> in the test suite.
  3. Test Suite Enhancements:

    • Added a comprehensive test suite for the WASM module, covering various scenarios and edge cases.
    • Implemented unit tests for rng.rs to ensure the correctness of random number generation.
    • Added unit tests for KyberLibError to verify proper error handling.
  4. Code Style and Formatting:

    • Fixed Rustfmt warnings to adhere to the recommended coding style.
    • Applied minor style tweaks and formatting improvements for better code readability.
  5. Refactoring:

    • Performed minor refactoring in the test suite to improve code organization and maintainability.

This release aims to provide a more stable and reliable version of KyberLib, with improved documentation, bug fixes, and extensive test coverage. We recommend updating to this version to benefit from these enhancements.

Please note that this release may contain breaking changes. Make sure to review the documentation and update your code accordingly.

We appreciate your continued support and feedback. If you encounter any issues or have suggestions for improvement, please let us know through our issue tracker.

What's Changed