Changelog

0.3.4 - 2024-04-16

Changed

  • Update document

0.3.3 - 2024-04-08

Changed

  • Update copyright notice (#344)

0.3.2 - 2024-02-17

Fixed

  • Fix syntax highlighting in README.md

0.3.1 - 2024-02-17

Fixed

  • Fix example.path in Cargo.toml (#283)

0.3.0 - 2024-02-17

Added

  • Add ABNF definition of the file format (#273)

Changed

  • Bump MSRV to 1.74.0 (#272)

  • Rename Argon2 parameters (#275)

0.2.10 - 2024-01-18

Changed

  • Change copyright notice in LICENSES/MIT.txt

0.2.9 - 2024-01-07

Changed

  • Change to use bump-my-version

0.2.8 - 2023-12-07

Changed

  • Supports input from stdin and output to a file in the examples (#154)

0.2.7 - 2023-11-29

Changed

  • Bump MSRV to 1.70.0 (#139)

0.2.6 - 2023-11-04

Added

  • Add serialization support for Params (#122)

0.2.5 - 2023-10-02

Changed

  • Change link to the format specification (#94)

0.2.4 - 2023-09-29

Removed

  • Remove Params::default (#81)

0.2.3 - 2023-09-20 [YANKED]

Added

  • Add constants to represent header and tag sizes (#70)

Changed

  • Change the structure of Params (#70)

0.2.2 - 2023-09-11

Added

  • Add the homepage field to Cargo.toml (#50)

  • Add the book (#56)

Changed

  • Rename test file (#52)

0.2.1 - 2023-09-05

Changed

  • Change Params::m_cost, Params::t_cost and Params::p_cost to const fn (#44)

0.2.0 - 2023-09-03

Added

  • Add a specialized Result type for read and write operations for the abcrypt encrypted data format (#21)

  • Add convenience functions for using Encryptor and Decryptor (#22)

Changed

  • Change to store the plaintext and the ciphertext as slice in Encryptor and Decryptor (#25)

  • Make alloc optional and add alloc feature for enables functionality requiring an allocator (#26)

0.1.0 - 2023-08-25

Added

  • Initial release