mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Fix another typo in the package description.
This commit is contained in:
parent
cd4642c57e
commit
0c9d43e82a
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"
|
||||
documentation = "https://docs.rs/curve25519-dalek"
|
||||
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² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19)."
|
||||
exclude = [
|
||||
".gitignore"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
**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).**
|
||||
= 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19).**
|
||||
|
||||
**SPOILER ALERT:** *The Twelfth Doctor's first encounter with the Daleks is in
|
||||
his second full episode, "Into the Dalek". A beleaguered ship of the "Combined
|
||||
|
|
|
|||
Loading…
Reference in a new issue