CryptTool 0.1.1

A versatile and efficient cryptography library implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[lib]
name = "crypt_tool"
path = "src/lib.rs"

[package]
authors = ["Guo Fei <me@guofei.site>"]
description = "A versatile and efficient cryptography library implemented in Rust"
edition = "2021"
keywords = ["LCG"]
license = "MIT"
name = "CryptTool"
repository = "https://github.com/guofei9987/CryptTool"
version = "0.1.1"