Releases: xor-cipher/xor-cipher-crate
Releases · xor-cipher/xor-cipher-crate
v4.0.0
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
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
2.0.0 (2024-09-20)
Changes
v1.1.0
1.1.0 (2024-06-26)
No significant changes.
v1.0.0
1.0.0 (2024-06-25)
No significant changes.