decaf377-ka 0.82.0-alpha.11

Key-agreement over Decaf377
Documentation
[package]
name = "decaf377-ka"
authors = {workspace = true}
repository = {workspace = true}
description = "Key-agreement over Decaf377"
version = {workspace = true}
license = {workspace = true}
edition = {workspace = true}

[features]
default = ["std"]
std = ["ark-ff/std"]

[dependencies]
ark-ff = {workspace = true, default-features = false}
decaf377 = {workspace = true}
hex = {workspace = true}
rand_core = {workspace = true, features = ["getrandom"]}
thiserror = {workspace = true}
zeroize = "1.4"
zeroize_derive = "1.3"

[dev-dependencies]
proptest = {workspace = true}