bramble-crypto 0.1.0

Cryptographic primitives used in the Bramble protocols
Documentation
[package]
name = "bramble-crypto"
version = "0.1.0"
edition = "2018"
license = "CC0-1.0"
description = "Cryptographic primitives used in the Bramble protocols"

[dependencies]
bramble-common = { version = "0.1", path = "../bramble-common" }
blake2 = "0.9"
rand = "0.8"
subtle = "2.4"
x25519-dalek = "1.1"
salsa20 = "0.9"
xsalsa20poly1305 = "0.8"
hex = "0.4"

[dev-dependencies]
hex-literal = "0.3"