xkyber_crypto 1.0.7 copy "xkyber_crypto: ^1.0.7" to clipboard
xkyber_crypto: ^1.0.7 copied to clipboard

A library for post-quantum cryptography using the Kyber algorithm as base.

Changelog #

[1.0.8] - 2024-12-22 #

Update #

  • xkyber_symmetric.dart to make easy the implementation

[1.0.7] - 2024-12-12 #

Update #

  • Example file updated, upgrade documentation to complete use of the library.

Added #

  • New Dart files should follow the official conventions for Kyber implementation.

[1.0.5] - 2024-12-12 #

Update #

  • Update example and Readme.md

[1.0.4] - 2024-12-12 #

Update #

  • Adding more documentation and update following the Kyber Structure

[1.0.3] - 2024-12-04 #

Update #

  • Format

[1.0.2] - 2024-12-04 #

Update #

  • Update conditions.

[1.0.1] - 2024-12-04 #

Update #

  • Update readme.md and dependencies, optimizing the code, add a control of exceptions for xkyber_logic_test.dart.

[1.0.0] - 2024-10-28 #

Added #

  • Initial implementation of xKyberCrypto with key generation, encryption, decryption, and noise generation, based on post-quantum Kyber.