public const int OutputLength = 64Public Const OutputLength As Integer = 64public:
literal int OutputLength = 64var Gemstone.Security.Cryptography.Blake2BHash.Blake2B.OutputLengthThis is the maximum length buffer a Blake2 hash can produce Blake2 will always hash to this length even when configured to hash to a shorter value - the final step is to truncate the result.
Note, the length of the expected result is hashed into the result so the OutputLength-byte buffer will hold different values depending on the configured output length. Do not run Blake2 using the default length and then truncate and expect to get the same result as if you configured Blake2 to produce a shorter result.