about summary refs log tree commit diff
path: root/tests/lang/eval-okay-hash.nix
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04 Support SHA-512 hashesEelco Dolstra1-4/+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-1Eelco Dolstra1-4/+5
2013-02-08 experimental/hashMarc Weber1-0/+6
adding primop function calculating hash of a string Signed-off-by: Marc Weber <marco-oweber@gmx.de>