diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-11-16T08·27+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-11-16T08·27+0000 |
commit | b7f008fc353ea05c423fb571047144052ce691c3 (patch) | |
tree | d2d62977981a0ba8ab7efecab481d80e617f488b /src/libutil/hash.hh | |
parent | 9311ab76a523de516b6bc98afda9e4b790225514 (diff) |
* Did something useful while waiting at IAD: reference scanning is now
much faster.
Diffstat (limited to 'src/libutil/hash.hh')
-rw-r--r-- | src/libutil/hash.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/hash.hh b/src/libutil/hash.hh index 398b17421644..0a0dfed7eefe 100644 --- a/src/libutil/hash.hh +++ b/src/libutil/hash.hh @@ -15,6 +15,8 @@ const int md5HashSize = 16; const int sha1HashSize = 20; const int sha256HashSize = 32; +extern const string base32Chars; + struct Hash { |