fedimint-aead 0.5.0

aead utilities on top of ring
Documentation
[dependencies.anyhow]
version = "1.0.93"

[dependencies.argon2]
features = ["password-hash", "alloc"]
version = "0.5.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.ring]
version = "0.17.8"

[lib]
name = "fedimint_aead"
path = "src/lib.rs"

[package]
authors = ["The Fedimint Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "aead utilities on top of ring"
edition = "2021"
license = "MIT"
name = "fedimint-aead"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
version = "0.5.0"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]