aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/memcmp.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.