mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
Merge remote-tracking branch 'isis/master'
This commit is contained in:
commit
22f78e227f
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "curve25519-dalek"
|
name = "curve25519-dalek"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
@ -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² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19)."
|
||||||
exclude = [
|
exclude = [
|
||||||
".gitignore"
|
".gitignore"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
# 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).**
|
= 1 - 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
|
||||||
his second full episode, "Into the Dalek". A beleaguered ship of the "Combined
|
his second full episode, "Into the Dalek". A beleaguered ship of the "Combined
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue