Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::Hash Member List

This is the complete list of members for nix::Hash, including all inherited members.

algo (defined in nix::Hash)nix::Hash
base16Len() constnix::Hashinline
base32Len() constnix::Hashinline
base64Len() constnix::Hashinline
dummy (defined in nix::Hash)nix::Hashstatic
gitRev() const (defined in nix::Hash)nix::Hashinline
gitShortRev() const (defined in nix::Hash)nix::Hashinline
Hash(HashAlgorithm algo)nix::Hashexplicit
hash (defined in nix::Hash)nix::Hash
hashSize (defined in nix::Hash)nix::Hash
maxHashSize (defined in nix::Hash)nix::Hashstatic
operator<=>(const Hash &h2) const noexceptnix::Hash
operator==(const Hash &h2) const noexceptnix::Hash
parseAny(std::string_view s, std::optional< HashAlgorithm > optAlgo)nix::Hashstatic
parseAnyPrefixed(std::string_view s)nix::Hashstatic
parseNonSRIUnprefixed(std::string_view s, HashAlgorithm algo)nix::Hashstatic
parseSRI(std::string_view original) (defined in nix::Hash)nix::Hashstatic
random(HashAlgorithm algo)nix::Hashstatic
to_string(HashFormat hashFormat, bool includeAlgo) constnix::Hash