1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 02:01:48 +02:00

* Did something useful while waiting at IAD: reference scanning is now

much faster.
This commit is contained in:
Eelco Dolstra 2005-11-16 08:27:06 +00:00
parent 9311ab76a5
commit b7f008fc35
5 changed files with 52 additions and 31 deletions

View file

@ -15,6 +15,8 @@ const int md5HashSize = 16;
const int sha1HashSize = 20;
const int sha256HashSize = 32;
extern const string base32Chars;
struct Hash
{