aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/memcmp.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move docs to this repo and auto buildSteven Fackler2015-02-071-39/+0
|
* Fix test buildSteven Fackler2014-11-191-4/+4
|
* fail! -> panic!Michael Gehring2014-10-301-1/+1
|
* Add bindings to CRYPTO_memcmpAlex Crichton2014-10-011-0/+39
This should help other projects use a constant-time memory comparison.