-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Lodder <[email protected]>
- Loading branch information
1 parent
498e05e
commit 8d53f4a
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "curve25519-dalek" | ||
name = "curve25519-dalek-ml" | ||
# Before incrementing: | ||
# - update CHANGELOG | ||
# - update README if required by semver | ||
|
@@ -8,12 +8,13 @@ version = "4.1.2" | |
edition = "2021" | ||
rust-version = "1.60.0" | ||
authors = ["Isis Lovecruft <[email protected]>", | ||
"Henry de Valence <[email protected]>"] | ||
"Henry de Valence <[email protected]>", | ||
"Michael Lodder <[email protected]>"] | ||
readme = "README.md" | ||
license = "BSD-3-Clause" | ||
repository = "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek" | ||
repository = "https://github.com/mikelodder7/curve25519-dalek-ml/tree/main/curve25519-dalek" | ||
homepage = "https://github.com/dalek-cryptography/curve25519-dalek" | ||
documentation = "https://docs.rs/curve25519-dalek" | ||
documentation = "https://docs.rs/curve25519-dalek-ml" | ||
categories = ["cryptography", "no-std"] | ||
keywords = ["cryptography", "crypto", "ristretto", "curve25519", "ristretto255"] | ||
description = "A pure-Rust implementation of group operations on ristretto255 and Curve25519" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters