- May 28, 2016
-
-
asynchronous rob authored
-
- May 26, 2016
-
-
Marek Kotewicz authored
-
- Mar 15, 2016
-
-
Arkadiy Paronyan authored
Bump libc
-
- Mar 10, 2016
-
-
Arkadiy Paronyan authored
Bumping libc
-
Tomusdrw authored
-
- Feb 27, 2016
-
-
Marek Kotewicz authored
-
- Feb 16, 2016
-
-
Arkadiy Paronyan authored
Removed unused attributes
-
- Jan 21, 2016
-
-
Arkadiy Paronyan authored
-
- Jan 20, 2016
-
-
Tomusdrw authored
-
- Jan 09, 2016
-
-
Dawid Ciężarkiewicz authored
-
- Jan 06, 2016
-
-
Dawid Ciężarkiewicz authored
-
- Dec 20, 2015
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
- Dec 15, 2015
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
- Nov 29, 2015
-
-
Arkadiy Paronyan authored
-
- Nov 19, 2015
-
-
Andrew Poelstra authored
-
- Nov 15, 2015
-
-
Andrew Poelstra authored
-
- Nov 08, 2015
-
-
Andrew Poelstra authored
We had added a necessary include directory to build.rs but not updated the library on crates.io, so dependencies of rust-secp were failing to build. (However, on my local system I had secp installed in /usr/local/include, so I did not notice the problem until Travis pointed it out on a different project!)
-
- Oct 28, 2015
-
-
Andrew Poelstra authored
-
- Oct 26, 2015
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
Pieter moved some stuff I need into the contrib/ directory which does not expose anything through the shared lib, so I need to statically link. I might also use this to do evil things to expose the SHA256 code in libsecp, but not for now ;).
-
Andrew Poelstra authored
-
- Oct 25, 2015
-
-
Andrew Poelstra authored
This should be a major version number since I changed public constants in the ffi module. I'm not doing so as the invariant "will the constants be meaningful to the underlying library" has not changed. In general this library's version numbers do not map well to the underlying library, which is as-yet not versioned at all, so users need to always be running "the lastest" rust-secp256k1 anyway, and semantic versioning can't really be used meaninfully. So this is a bit of a judgement call.
-
- Oct 17, 2015
-
-
Andrew Poelstra authored
-
- Oct 14, 2015
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
Andrew Poelstra authored
[BREAKING CHANGE] Make PK::from_secret_key() return a Result; change from_ffi functions to From impls If you try to call PublicKey::from_secret() key with an incapable context it will now return an error. Before it would pass through to the underlying library which would terminate the process, something we strive to never expose. Also change the from_ffi functions on various types to impl's of From to be more Rustic. We cannot change the from_slice functions because they have error returns. Also add a Secp256k1::without_caps() function which creates a capability-less context. I find myself using this in so many places downstream that it seems appropriate.
-
- Oct 13, 2015
-
-
Andrew Poelstra authored
RecoveryId tag i32 should be public to allow library users to access it.
-
- Oct 11, 2015
-
-
Matt Quinn authored
library users the ability to create RecoveryId objects and convert them to i32 equivalents, without allowing users to create invalid ones.
-
Andrew Poelstra authored
RecoverableSignature now supports compact serialization via FFI, with…
-
Matt Quinn authored
-
- Oct 09, 2015
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-
- Sep 21, 2015
-
-
Andrew Poelstra authored
-
- Sep 20, 2015
-
-
Andrew Poelstra authored
-
Andrew Poelstra authored
-