Skip to content

Releases: xor-cipher/xor-cipher-crate

v4.0.0

21 Sep 19:57
Compare
Choose a tag to compare

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)

v3.0.0

21 Sep 10:07
Compare
Choose a tag to compare

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)

v2.0.0

20 Sep 17:56
Compare
Choose a tag to compare

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)

v1.1.0

26 Jun 06:17
Compare
Choose a tag to compare

1.1.0 (2024-06-26)

No significant changes.

v1.0.0

25 Jun 18:29
Compare
Choose a tag to compare

1.0.0 (2024-06-25)

No significant changes.