- Dec 03, 2018
-
-
Tim Ruffing authored
bump version to 0.12
-
Andrew Poelstra authored
-
Tim Ruffing authored
remove `ops::Index` impls for `Signature`
-
Tim Ruffing authored
Various slice-handling ergonomic improvements
-
- Nov 10, 2018
-
-
Andrew Poelstra authored
add `ThirtyTwoByteHash` hash trait which can be implemented for easier conversion of things to `Message`s
-
Andrew Poelstra authored
This makes more conceptual sense and does not add any new error paths, since even valid `SecretKey`s were able to be invalid tweaks.
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
Update upstream libsecp; remove `without_caps` and all use of dummy contexts
-
- Nov 09, 2018
-
-
Andrew Poelstra authored
export `serde`, `rand` and `libc`; update version to 0.11.5
-
- Nov 07, 2018
-
-
Andrew Poelstra authored
-
- Nov 06, 2018
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
Increase version to 0.11.4
-
Andrew Poelstra authored
-
- Nov 04, 2018
-
-
Andrew Poelstra authored
add `FromStr` implementation for key types
-
Andrew Poelstra authored
fix build.rs on Windows
-
- Nov 03, 2018
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
- Oct 28, 2018
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
bump version to 0.11.3
-
- Sep 21, 2018
-
-
Andrew Poelstra authored
-
- Sep 14, 2018
-
-
Andrew Poelstra authored
attempt to fix docs.rs docs
-
- Sep 11, 2018
-
-
Andrew Poelstra authored
bump version to 0.11.2
-
Andrew Poelstra authored
-
- Sep 04, 2018
-
-
Andrew Poelstra authored
-
- Aug 31, 2018
-
-
Andrew Poelstra authored
Use correct flag on big endian machines.
-
Michał Papierski authored
This will fix `tests::sign` test case on mips/mips64. Verified with `cross`[1] tool. cross test --target mips-unknown-linux-gnu cross test --target mips64el-unknown-linux-gnuabi64 Unfortunately this fix doesn't make `tests::test_debug_output` test case pass, but this is about debug output so its not as critical as this patch. See #63 for a discussion. [1]: https://github.com/japaric/rust-cross
-
- Aug 22, 2018
-
-
Andrew Poelstra authored
Revert "remove PublicKey::combine"
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
This reverts commit 17450e91.
-
Andrew Poelstra authored
Update version to 0.11
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
switch to 64-bit compilation; add flag for 32-bit
-
- Aug 21, 2018
-
-
Andrew Poelstra authored
-