summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/timingsafe_bcmp.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* loosen the spec for timingsafe functions slightly, so as to nottedu2014-06-211-10/+5
| | | | artificially constrain alternative implementations. ok deraadt
* Add timingsafe_memcmp().matthew2014-06-131-0/+92
ok deraadt, jmc, tedu