[dependencies.fiat-crypto]
optional = true
version = "0.1.4"
[dependencies.hex]
version = "0.4"
[dependencies.subtle]
version = "2.2.2"
[dependencies.zeroize]
default-features = false
features = ["zeroize_derive"]
optional = true
version = "1"
[features]
default = ["fiat_u64_backend"]
fiat_u64_backend = ["fiat-crypto"]
u32_backend = []
[package]
authors = ["Kevaundray Wedderburn <kevtheappdev@gmail.com>"]
categories = ["cryptography"]
description = "A pure-Rust implementation of Ed448 and Curve448 and Decaf"
documentation = "https://github.com/crate-crypto/Ed448-Goldilocks"
edition = "2018"
exclude = [".gitignore", ".github/*"]
homepage = "https://github.com/crate-crypto/Ed448-Goldilocks"
keywords = ["cryptography", "crypto", "decaf", "ed448", "ed448-goldilocks"]
license = "BSD-3-Clause"
name = "ed448-goldilocks"
readme = "README.md"
repository = "https://github.com/crate-crypto/Ed448-Goldilocks"
version = "0.8.3"