Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 1.17 KB

Changelog

4.0.0 (2024-09-21)

Changes

  • xor_slice and cyclic_xor_slice were removed in favor of more general functions, xor and cyclic_xor correspondingly. (#3)

3.0.0 (2024-09-21)

Changes

  • cyclic_xor and xor are now generic via accepting AsMut<[u8]> and AsRef<[u8]>.

    Also, xor_cipher::in_place was deleted in favor of specifying the functions in the root. (#2)

2.0.0 (2024-09-20)

Changes

  • The following functions in xor_cipher::in_place were renamed:

    • xor_in_place -> xor;
    • cyclic_xor_in_place -> cyclic_xor. (#1)

1.1.0 (2024-06-26)

No significant changes.

1.0.0 (2024-06-25)

No significant changes.