Rename package to Ed448-Goldilocks

This commit is contained in:
Kevaundray Wedderburn 2020-05-07 21:18:28 +01:00
parent 6335618266
commit 3a18561a4e
2 changed files with 4 additions and 4 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
[package]
name = "ed448"
name = "ed448-goldilocks"
version = "0.4.0"
authors = ["Kevaundray Wedderburn <kevtheappdev@gmail.com>"]
edition = "2018"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/crate-crypto/Curve448"
homepage = "https://github.com/crate-crypto/Curve448"
documentation = "https://github.com/crate-crypto/Curve448"
repository = "https://github.com/crate-crypto/Ed448-Goldilocks"
homepage = "https://github.com/crate-crypto/Ed448-Goldilocks"
documentation = "https://github.com/crate-crypto/Ed448-Goldilocks"
categories = ["cryptography"]
keywords = ["cryptography", "crypto", "decaf", "ed448", "ed448-goldilocks",]
description = "A pure-Rust implementation of Ed448 and Curve448 and Decaf"