1.6 KiB
1.6 KiB
(Unreleased)
- Remove
ops::Indeximplementations forSignature
0.11.4 - 2018-11-04
- Add
FromStrandDisplayforSignatureand both key types - Fix
build.rsfor Windows and rustfmt configuration for docs.rs - Correct endianness issue for
SignatureDebugoutput
0.11.3 - 2018-10-28
- No changes, just fixed docs.rs configuration
0.11.2 - 2018-09-11
- Correct endianness issue in RFC6979 nonce generation
0.11.1 - 2018-08-22
- Put
PublicKey::combineback because it is currently needed to implement Lightning BOLT 3
0.11.0 - 2018-08-22
- Update
randto 0.4 andgcc0.3 tocc1.0. (rand0.5 exists but has a lot of breaking changes and no longer compiles with 1.14.0.) - Remove
PublicKey::combinefrom API since it cannot be used with anything else in the API - Detect whether 64-bit compilation is possible, and do it if we can (big performance improvement)
0.10.0 - 2018-07-25
- A complete API overhaul to move many runtime errors into compiletime errors
- Update libsecp256k1 to
1e6f1f5ad5e7f1e3ef79313ec02023902bf8. Should be no visible changes. - Remove
PublicKey::new()andPublicKey::is_valid()sincenewwas unsafe and it should now be impossible to create invalidPublicKeyobjects through the API - Reintroduce serde support behind a feature gate using serde 1.0
- Clean up build process and various typos