Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keccak: error out if passed mdlen 100
If we were to call it with 100, it would cause rsiz to be 0, leading to an infinite loop. This is really a pedantic patch, but since there's already a range test, might as well make it better.
- Loading branch information