Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1020 Bytes

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1020 Bytes

Change Log

v1.0.0 (2023-07-16)

  • Supports CTR mode (Removes BETA) (Tronic)
  • Update development environment
  • Remove warnings

v0.10.0 (2021-11-08)

  • Supports GCM mode
  • Removes support of the GCC 4.4.7

v0.9.2 (2020-03-27)

  • Fix unamed struct warning/error (#15)
  • Fix memcpy declaration error (#17)
  • Add get_padded_encrypted_size function
  • Update development environment

v0.9.1 (2020-03-28)

  • Fix the CBC logic for the data that is less than 16 (#5)
  • Remove dynamic exception specifications for C++17 support (#2)
  • Adjust expression of the refenrece comment (#1)

v0.9.0 (2017-01-23)

  • Add padded value checking
  • Reconfigure files location and build setting

v0.0.1 (2015-10-25)

  • First Edition