x448 0.4.0

A pure-Rust implementation of X448.
Documentation
[dependencies.ed448-goldilocks]
version = "0.7.0"

[dependencies.hex]
version = "0.4.0"

[dependencies.rand_core]
default-features = false
version = "0.5"
[dev-dependencies.rand]
version = "0.7"

[package]
authors = ["Kevaundray Wedderburn <kevtheappdev@gmail.com>"]
categories = ["cryptography"]
description = "A pure-Rust implementation of X448."
documentation = "https://github.com/crate-crypto/x448"
edition = "2018"
exclude = [".gitignore", ".github/*"]
homepage = "https://github.com/crate-crypto/x448"
keywords = ["cryptography", "crypto", "x448", "diffie-hellman", "curve448"]
license = "BSD-3-Clause"
name = "x448"
readme = "README.md"
repository = "https://github.com/crate-crypto/x448"
version = "0.4.0"