4.0.0 (2024-09-21)
xor_slice
andcyclic_xor_slice
were removed in favor of more general functions,xor
andcyclic_xor
correspondingly. (#3)
3.0.0 (2024-09-21)
-
cyclic_xor
andxor
are now generic via acceptingAsMut<[u8]>
andAsRef<[u8]>
.Also,
xor_cipher::in_place
was deleted in favor of specifying the functions in the root. (#2)
2.0.0 (2024-09-20)
-
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.