| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | 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 |