| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update to rust master | Alex Crichton | 2015-01-09 | 1 | -1/+1 |
| * | Handle recent breaking changes | Valerii Hiora | 2015-01-07 | 1 | -7/+5 |
| * | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2015-01-05 | 1 | -8/+24 |
| |\ |
|
| | * | Fix for upstream changes | Steven Fackler | 2015-01-04 | 1 | -8/+24 |
| * | | Added use of ToCStr trait. | Chris Cole | 2015-01-03 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2015-01-03 | 1 | -8/+10 |
| |\| |
|
| | * | Updated to master: | Valerii Hiora | 2015-01-03 | 1 | -8/+10 |
| * | | Added BN_add_word, BN_sub_word, BN_mul_word, BN_div_word. | Chris Cole | 2015-01-02 | 1 | -6/+55 |
| * | | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2014-12-23 | 1 | -20/+21 |
| |\| |
|
| | * | Replaced now removed NativeMutex with StaticMutex, and fixed Neg | Aaron Weiss | 2014-12-21 | 1 | -1/+1 |
| | * | Updated for language changes to macros. | Aaron Weiss | 2014-12-19 | 1 | -3/+3 |
| | * | Update to rust master | Alex Crichton | 2014-12-16 | 1 | -16/+16 |
| | * | Update to nightly: explicit Copy trait | Valerii Hiora | 2014-12-11 | 1 | -0/+1 |
| * | | Added BigNum::{from_dec_str,from_hex_str}, BN_dec2bn, and BN_hex2bn. | Chris Cole | 2014-12-14 | 1 | -2/+27 |
| * | | Added BigNum::one(). | Chris Cole | 2014-12-11 | 1 | -0/+4 |
| * | | Use "ffi" namespace. | Chris Cole | 2014-12-10 | 1 | -1/+1 |
| * | | Added mod_word. | Chris Cole | 2014-12-10 | 1 | -2/+0 |
| * | | Merge remote-tracking branch 'upstream/master' | Chris Cole | 2014-11-29 | 1 | -174/+68 |
| |\| |
|
| | * | sys (and bn): make CRYPTO_free() take a *mut c_void insead of a *const c_char | Cody P Schafer | 2014-11-24 | 1 | -2/+2 |
| | * | Remove Zero and One impls | Steven Fackler | 2014-11-17 | 1 | -20/+0 |
| | * | Merge pull request #90 from ebfe/fix-build | Steven Fackler | 2014-10-30 | 1 | -1/+1 |
| | |\ |
|
| | | * | fail! -> panic! | Michael Gehring | 2014-10-30 | 1 | -1/+1 |
| | * | | Clean up some BN stuff | Steven Fackler | 2014-10-26 | 1 | -11/+1 |
| | |/ |
|
| | * | Cleaned up BigNum constructors | Valerii Hiora | 2014-10-14 | 1 | -25/+11 |
| | * | Correct init mutexes and locking function | Valerii Hiora | 2014-10-14 | 1 | -0/+4 |
| | * | BN_is_zero as a Rust function | Valerii Hiora | 2014-10-09 | 1 | -2/+14 |
| | * | Fixed mut_null deprecation warnings | Valerii Hiora | 2014-09-30 | 1 | -4/+4 |
| | * | single `ffi` module | Valerii Hiora | 2014-09-30 | 1 | -135/+56 |
| * | | Added mod_mul. | Chris Cole | 2014-11-29 | 1 | -0/+7 |
| |/ |
|
| * | Removed BN_sub_word signature for the time being. | Chris Cole | 2014-09-28 | 1 | -1/+0 |
| * | Removing unused signatures for the time being. | Chris Cole | 2014-09-27 | 1 | -3/+0 |
| * | Use CRYPTO_free to free the result of BN_bn2bin. | Chris Cole | 2014-09-27 | 1 | -6/+2 |
| * | Added signatures forBN_sub_word, BN_is_zero, BN_is_one, BN_is_word, | Chris Cole | 2014-09-27 | 1 | -4/+53 |
| * | Add repr(C) to C structs | Michael Gehring | 2014-08-22 | 1 | -0/+1 |
| * | Use BN_div instead of BN_mod | Israël Hallé | 2014-08-20 | 1 | -2/+1 |
| * | Shift directory structure | Steven Fackler | 2014-08-03 | 1 | -0/+569 |