Crates.io | xor-cipher |
lib.rs | xor-cipher |
version | 4.0.0 |
source | src |
created_at | 2024-06-25 18:28:46.878448 |
updated_at | 2024-09-21 19:57:04.537563 |
description | Simple, reusable and optimized XOR ciphers in Rust. |
homepage | https://xor-cipher.org/ |
repository | https://github.com/xor-cipher/xor-cipher |
max_upload_size | |
id | 1283619 |
size | 21,561 |
xor-cipher
Simple, reusable and optimized XOR ciphers in Rust.
cargo
You can add xor-cipher
as a dependency with the following command:
$ cargo add xor-cipher
Or by directly specifying it in the configuration like so:
[dependencies]
xor-cipher = "4.0.0"
Alternatively, you can add it directly from the source:
[dependencies.xor-cipher]
git = "https://github.com/xor-cipher/xor-cipher-crate.git"
You can find the documentation here.
If you need support with the library, you can send an email.
You can find the changelog here.
You can find the Security Policy of xor-cipher
here.
If you are interested in contributing to xor-cipher
, make sure to take a look at the
Contributing Guide, as well as the Code of Conduct.
xor-cipher
is licensed under the MIT License terms. See License for details.