secured-cipher 0.4.1

Pure Rust implementation of the ChaCha cipher family
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.rayon]
version = "1.8.0"

[dependencies.secured-cipher-key]
package = "secured-cipher-key"
version = "0.3.0"

[package]
authors = ["mikesposito"]
description = "Pure Rust implementation of the ChaCha cipher family"
edition = "2021"
license = "MIT"
name = "secured-cipher"
readme = "README.md"
repository = "https://github.com/mikesposito/secured/"
version = "0.4.1"