aboutsummaryrefslogtreecommitdiff
path: root/src/bn
Commit message (Expand)AuthorAgeFilesLines
* Update to rust masterAlex Crichton2015-01-091-1/+1
* Handle recent breaking changesValerii Hiora2015-01-071-7/+5
* Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-051-8/+24
|\
| * Fix for upstream changesSteven Fackler2015-01-041-8/+24
* | Added use of ToCStr trait.Chris Cole2015-01-031-1/+1
* | Merge remote-tracking branch 'upstream/master'Chris Cole2015-01-031-8/+10
|\|
| * Updated to master:Valerii Hiora2015-01-031-8/+10
* | Added BN_add_word, BN_sub_word, BN_mul_word, BN_div_word.Chris Cole2015-01-021-6/+55
* | Merge remote-tracking branch 'upstream/master'Chris Cole2014-12-231-20/+21
|\|
| * Replaced now removed NativeMutex with StaticMutex, and fixed NegAaron Weiss2014-12-211-1/+1
| * Updated for language changes to macros.Aaron Weiss2014-12-191-3/+3
| * Update to rust masterAlex Crichton2014-12-161-16/+16
| * Update to nightly: explicit Copy traitValerii Hiora2014-12-111-0/+1
* | Added BigNum::{from_dec_str,from_hex_str}, BN_dec2bn, and BN_hex2bn.Chris Cole2014-12-141-2/+27
* | Added BigNum::one().Chris Cole2014-12-111-0/+4
* | Use "ffi" namespace.Chris Cole2014-12-101-1/+1
* | Added mod_word.Chris Cole2014-12-101-2/+0
* | Merge remote-tracking branch 'upstream/master'Chris Cole2014-11-291-174/+68
|\|
| * sys (and bn): make CRYPTO_free() take a *mut c_void insead of a *const c_charCody P Schafer2014-11-241-2/+2
| * Remove Zero and One implsSteven Fackler2014-11-171-20/+0
| * Merge pull request #90 from ebfe/fix-buildSteven Fackler2014-10-301-1/+1
| |\
| | * fail! -> panic!Michael Gehring2014-10-301-1/+1
| * | Clean up some BN stuffSteven Fackler2014-10-261-11/+1
| |/
| * Cleaned up BigNum constructorsValerii Hiora2014-10-141-25/+11
| * Correct init mutexes and locking functionValerii Hiora2014-10-141-0/+4
| * BN_is_zero as a Rust functionValerii Hiora2014-10-091-2/+14
| * Fixed mut_null deprecation warningsValerii Hiora2014-09-301-4/+4
| * single `ffi` moduleValerii Hiora2014-09-301-135/+56
* | Added mod_mul.Chris Cole2014-11-291-0/+7
|/
* Removed BN_sub_word signature for the time being.Chris Cole2014-09-281-1/+0
* Removing unused signatures for the time being.Chris Cole2014-09-271-3/+0
* Use CRYPTO_free to free the result of BN_bn2bin.Chris Cole2014-09-271-6/+2
* Added signatures forBN_sub_word, BN_is_zero, BN_is_one, BN_is_word,Chris Cole2014-09-271-4/+53
* Add repr(C) to C structsMichael Gehring2014-08-221-0/+1
* Use BN_div instead of BN_modIsraël Hallé2014-08-201-2/+1
* Shift directory structureSteven Fackler2014-08-031-0/+569