fedimint-aead 0.2.0-rc2

aead utilities on top of ring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fedimint-aead"
version = "0.2.0-rc2"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "aead utilities on top of ring "
license = "MIT"

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

[dependencies]
anyhow = "1.0.65"
argon2 = { version = "0.5.0", features = ["password-hash", "alloc"] }
ring = "0.17.5"
hex = "0.4.3"
rand = "0.8"