mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Bump version to 1.2.2
This commit is contained in:
parent
cbbdbfb67f
commit
e6d580b0cf
2 changed files with 9 additions and 2 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
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
|
||||
|
||||
* Fix a bug in bucket index calculations in the Pippenger multiscalar algorithm
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "curve25519-dalek"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||
readme = "README.md"
|
||||
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/dalek-cryptography/curve25519-dalek"
|
|||
homepage = "https://dalek.rs/curve25519-dalek"
|
||||
documentation = "https://docs.rs/curve25519-dalek"
|
||||
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"
|
||||
exclude = [
|
||||
"**/.gitignore",
|
||||
|
|
|
|||
Loading…
Reference in a new issue