secured-cipher 0.3.0

Pure Rust implementation of the ChaCha cipher family
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.secured-cipher-key]
package = "secured-cipher-key"
version = "0.1.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.3.0"