Home
last modified time | relevance | path

Searched refs:sha1HashSize (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/nix/nix-2.3.10/src/libutil/
H A Dhash.hh17 const int sha1HashSize = 20; variable
H A Dhash.cc22 else if (type == htSHA1) hashSize = sha1HashSize; in init()