tiny-crypto 0.1.0

The tiny-crypto crate is a collection of tools for common crypto algorithms, with APIs aimed to be simple to use.
Documentation
[dependencies.base64ct]
features = ["std"]
version = "1.6.0"

[dependencies.bincode]
version = "1.3.3"

[dependencies.libaes]
version = "0.7.0"

[dependencies.sha1]
version = "0.10.6"
[dev-dependencies.hex-literal]
version = "0.4.1"

[dev-dependencies.rstest]
version = "0.18.2"

[package]
authors = ["mikewei@github"]
description = "The tiny-crypto crate is a collection of tools for common crypto algorithms, with APIs aimed to be simple to use."
edition = "2021"
homepage = "https://github.com/mikewei/tiny-crypto-rs"
license = "MIT"
name = "tiny-crypto"
readme = "README.md"
repository = "https://github.com/mikewei/tiny-crypto-rs"
version = "0.1.0"