mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
a174911c2b
2 changed files with 9 additions and 2 deletions
|
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
Entries are listed in reverse chronological order.
|
Entries are listed in reverse chronological order.
|
||||||
|
|
||||||
|
## 1.2.2
|
||||||
|
|
||||||
|
* Fix a typo in an internal doc-comment.
|
||||||
|
* Add the "crypto" tag to crate metadata.
|
||||||
|
* Fix compilation on nightly broken due to changes to the `#[doc(include)]` path
|
||||||
|
root.
|
||||||
|
|
||||||
## 1.2.1
|
## 1.2.1
|
||||||
|
|
||||||
* Fix a bug in bucket index calculations in the Pippenger multiscalar algorithm
|
* Fix a bug in bucket index calculations in the Pippenger multiscalar algorithm
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "curve25519-dalek"
|
name = "curve25519-dalek"
|
||||||
version = "1.2.1"
|
version = "1.2.2"
|
||||||
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://github.com/dalek-cryptography/curve25519-dalek"
|
||||||
homepage = "https://dalek.rs/curve25519-dalek"
|
homepage = "https://dalek.rs/curve25519-dalek"
|
||||||
documentation = "https://docs.rs/curve25519-dalek"
|
documentation = "https://docs.rs/curve25519-dalek"
|
||||||
categories = ["cryptography", "no-std"]
|
categories = ["cryptography", "no-std"]
|
||||||
keywords = ["cryptography", "crypto", "ristretto", "curve25519", "elliptic curve"]
|
keywords = ["cryptography", "crypto", "ristretto", "curve25519", "ristretto255"]
|
||||||
description = "A pure-Rust implementation of group operations on ristretto255 and Curve25519"
|
description = "A pure-Rust implementation of group operations on ristretto255 and Curve25519"
|
||||||
exclude = [
|
exclude = [
|
||||||
"**/.gitignore",
|
"**/.gitignore",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue