aboutsummaryrefslogtreecommitdiff
path: root/src/bn/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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