Searched defs:rawRootHash (Results 1 – 1 of 1) sorted by relevance
51 @Nullable public final byte[] rawRootHash; // salted digest of the first Merkle tree page field in V4Signature.HashingInfo53 HashingInfo(int hashAlgorithm, byte log2BlockSize, byte[] salt, byte[] rawRootHash) { in HashingInfo()