Skip to content

v3.0.0

Compare
Choose a tag to compare
@nekitbot nekitbot released this 21 Sep 10:07
· 5 commits to main since this release

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)