[go: up one dir, main page]

signature 0.2.0

Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
## [0.2.0] 2019-06-06

- `signature_derive`: Custom derive support for `Signer`/`Verifier` ([#18])
- Have `DigestSigner`/`DigestVerifier` take `Digest` instance ([#17])

## [0.1.0] 2019-05-25

- Initial release

[0.2.0]: https://github.com/RustCrypto/signatures/pull/19
[#18]: https://github.com/RustCrypto/signatures/pull/18
[#17]: https://github.com/RustCrypto/signatures/pull/17
[0.1.0]: https://github.com/RustCrypto/signatures/pull/15