Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 769 Bytes

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 769 Bytes

Change Log

0.2.1 (2022-11-03)

  • Export more constant.
  • Update document.

0.2.0 (2022-11-01)

  • BREAK CHANGES: function name changed!
  • Improve performance (internal implementation changed).
  • Add in-place functions for low-level API.
  • Look-up-tables are calculated in compile time.

0.1.5 (2019-06-16)

  • Improve performance (very little).

0.1.4 (2019-01-08)

  • Add Experimental CFB8 mode (CFB mode with 8-bit feedback, not previous 128-bit) support. (issues #2)
  • Remove unnecessary asserts in Doc-tests.
  • Little words fix in doc.

0.1.3 (2019-01-07)

  • Fix warnings on CFB example code. (issues #1)
  • Using Rust Edition 2018.
  • Add my name to LICENSE file.
  • Little words fix in doc.

early version

  • README.md and Cargo.toml modifications.