Kyberlib 🦀 v0.0.5
Release v0.0.5 - 2024-05-09
kyberlib
A Robust Rust Library for CRYSTALS-Kyber Post-Quantum Cryptography
• Website • Documentation • Report Bug • Request Feature • Contributing Guidelines
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:
-
Documentation:
- Updated documentation macros and
KyberLibError
for improved clarity and readability.
- Updated documentation macros and
-
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.
-
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.
-
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.
-
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
- v0.0.5 by @sebastienrousseau in #33
- Merge pull request #33 from sebastienrousseau/feat/kyberlib