mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
implementations of MD5, SHA-1 and SHA-256. The main benefit is that we get assembler-optimised implementations of MD5 and SHA-1 (though not SHA-256 (at least on x86), unfortunately). OpenSSL's SHA-1 implementation on Intel is twice as fast as ours. |
||
|---|---|---|
| .. | ||
| archive.cc | ||
| archive.hh | ||
| aterm.cc | ||
| aterm.hh | ||
| hash.cc | ||
| hash.hh | ||
| Makefile.am | ||
| md5.c | ||
| md5.h | ||
| md32_common.h | ||
| sha1.c | ||
| sha1.h | ||
| sha256.c | ||
| sha256.h | ||
| util.cc | ||
| util.hh | ||