mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Fix typo in package description.
This commit is contained in:
parent
bf1da4e9cd
commit
cd4642c57e
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ repository = "https://code.ciph.re/isis/curve25519-dalek"
|
||||||
homepage = "https://code.ciph.re/isis/curve25519-dalek"
|
homepage = "https://code.ciph.re/isis/curve25519-dalek"
|
||||||
documentation = "https://docs.rs/curve25519-dalek"
|
documentation = "https://docs.rs/curve25519-dalek"
|
||||||
keywords = ["cryptography", "curve25519", "elliptic", "curve", "ECC"]
|
keywords = ["cryptography", "curve25519", "elliptic", "curve", "ECC"]
|
||||||
description = "A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by x²+y² = 121665/121666 x²y² over GF(2²⁵⁵ - 19)."
|
description = "A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y² = 121665/121666 x²y² over GF(2²⁵⁵ - 19)."
|
||||||
exclude = [
|
exclude = [
|
||||||
".gitignore"
|
".gitignore"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# curve25519-dalek  
|
# curve25519-dalek  
|
||||||
|
|
||||||
**A low-level cryptographic library for point, group, field, and scalar
|
**A low-level cryptographic library for point, group, field, and scalar
|
||||||
operations on a curve isomorphic to the twisted Edwards curve defined by x²+y²
|
operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y²
|
||||||
= 121665/121666 x²y² over GF(2²⁵⁵ - 19).**
|
= 121665/121666 x²y² over GF(2²⁵⁵ - 19).**
|
||||||
|
|
||||||
**SPOILER ALERT:** *The Twelfth Doctor's first encounter with the Daleks is in
|
**SPOILER ALERT:** *The Twelfth Doctor's first encounter with the Daleks is in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue