This repository has been archived by the owner. It is now read-only.
Permalink
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
- 4 commits
- 14 files changed
- 0 comments
- 1 contributor
Commits on Dec 08, 2015
As of commit: 64b6647514212b76ae7bca0dea9b7b197d1d8186
The new interface can be used to build all of the FIPS-202 primitives with support for init/update/final-ish semantics.
* DIGEST_SHA3_[256,512] added as supported algorithms, which do exactly what is said on the tin. * test/bench now benchmarks all of the supported digest algorithms, so it's possible to see just how slow SHA-3 is, though the message sizes could probably use tweaking since this is very dependent on the message size vs the SHA-3 rate.
This is an eXtendable-Output Function with the following claimed security strengths against *all* adversaries: Collision: min(d/2, 256) Preimage: >= min(d, 256) 2nd Preimage: min(d, 256) .., where d is the amount of output used, in bits.
There are no files selected for viewing