Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-04 | Support SHA-512 hashes | Eelco Dolstra | 1 | -1/+1 | |
Fixes #679. Note: on x86_64, SHA-512 is considerably faster than SHA-256 (198 MB/s versus 131 MB/s). | |||||
2013-02-08 | Rename "hash" to "hashString" and handle SHA-1 | Eelco Dolstra | 1 | -1/+1 | |
2013-02-08 | experimental/hash | Marc Weber | 1 | -0/+1 | |
adding primop function calculating hash of a string Signed-off-by: Marc Weber <marco-oweber@gmx.de> |