Searched refs:sha1HashSize (Results 1 – 2 of 2) sorted by relevance
/dports/sysutils/nix/nix-2.3.10/src/libutil/ | ||
H A D | hash.hh | 17 const int sha1HashSize = 20; variable |
H A D | hash.cc | 22 else if (type == htSHA1) hashSize = sha1HashSize; in init() |