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
[package]
name = "secured-cipher"
version = "0.3.0"
authors = ["mikesposito"]
repository = "https://github.com/mikesposito/secured/"
edition = "2021"
license = "MIT"
description = "Pure Rust implementation of the ChaCha cipher family"

[dependencies.secured-cipher-key]
package = "secured-cipher-key"
path = "./key"
version = "0.1.0"