ed448 0.4.0

A pure-Rust implementation of Ed448 and Curve448 and Decaf
Documentation
[dependencies.hex]
version = "0.4"

[dependencies.subtle]
version = "2.2.2"

[features]
default = ["u32_backend"]
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/Curve448"
edition = "2018"
exclude = [".gitignore", ".github/*"]
homepage = "https://github.com/crate-crypto/Curve448"
keywords = ["cryptography", "crypto", "decaf", "ed448", "ed448-goldilocks"]
license = "BSD-3-Clause"
name = "ed448"
readme = "README.md"
repository = "https://github.com/crate-crypto/Curve448"
version = "0.4.0"