- Oct 28, 2018
-
-
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
-
Andrew Poelstra authored
-
Andrew Poelstra authored
remove PublicKey::combine
-
- Aug 20, 2018
-
-
Andrew Poelstra authored
add Debug impl to context object
-
Andrew Poelstra authored
add Display impl for the key types which outputs their hex representation
-
Andrew Poelstra authored
improve documentation
-
Andrew Poelstra authored
-
- Aug 15, 2018
-
-
Andrew Poelstra authored
Since making PublicKey::serialize return a fixed-size array, this no longer requires any allocation, so there's no reason not to have it.
-
Andrew Poelstra authored
-
Andrew Poelstra authored
Fix typo
-
Dimitris Apostolou authored
-
- Aug 12, 2018
-
-
Andrew Poelstra authored
-
- Jul 31, 2018
-
-
Andrew Poelstra authored
Update a couple dependencies
-
- Jul 30, 2018
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
- Jul 26, 2018
-
-
Andrew Poelstra authored
bump version to 0.10.0; introduce CHANGELOG.md
-
- Jul 25, 2018
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
add feature-gated serde 1.0 support for Signature, SecretKey, PublicKey
-
Andrew Poelstra authored
-
Andrew Poelstra authored
remove `PublicKey::new()` and `PublicKey::is_valid()`
-
Andrew Poelstra authored
Minor fixes
-
- Jul 24, 2018
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-