-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
ed25519-dalek
to 2.0.0
(from 1.0.1
)
- With the update to `2` `ed25519-dalek` not longer depends on `[email protected]`. - Bump `rand` dependency to `0.8` (from `0.7`). - `ed25519-dalek` now provide the feature `zeroize` that provide implementation around the crate `zeroize`. That improve the secrety of the private key slightly (and is free). - `*::generate` where put behind the feature `rand_core`. - `PublicKey` was renamed by `VerifyingKey`. - `SigningKey`: - Previously named `Keypair`. - Implement `Clone`. - No longer provide `as_bytes`. it was remplaced by `to_bytes`. - Implement `TryFrom<&[u8]>`. - Implement `From<[u8; 32]>`. - `Signature::from_bytes` no longer return an error (now it take reference to an `[u8; 32]` instead of `[u8]`). [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/e6675c67ceadecc3e22b561296490f4b7de9ff39/ed25519-dalek/CHANGELOG.md) > I can't provide the diff between `2.0.0` and `1.0.1` since the project > as migrate to a different repository. > C.F: dalek-cryptography/ed25519-dalek#245 (comment)
- Loading branch information
1 parent
e43633b
commit 2612ea8
Showing
9 changed files
with
115 additions
and
182 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters