mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
ed: Prep to release v2.1.0 (#600)
This commit is contained in:
parent
04f811ad21
commit
f08bbb7f57
2 changed files with 6 additions and 3 deletions
|
|
@ -8,10 +8,13 @@ Entries are listed in reverse chronological order per undeprecated major series.
|
|||
|
||||
# Unreleased
|
||||
|
||||
* Add `SigningKey::to_scalar_bytes` for getting the unclamped scalar from signing key
|
||||
|
||||
# 2.x series
|
||||
|
||||
## 2.1.0
|
||||
|
||||
* Add `SigningKey::to_scalar_bytes` for getting the unclamped scalar from a signing key
|
||||
* Loosened `signature` dependency to allow version 2.2
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Breaking changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ed25519-dalek"
|
||||
version = "2.0.0"
|
||||
version = "2.1.0"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"isis lovecruft <isis@patternsinthevoid.net>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue