Blake2BCoreBytesToUInt64 Method
Convert a big-endian buffer into a
UInt64.
Namespace: Gemstone.Security.Cryptography.Blake2BHashAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.167 -- Release Build+327f7394dcedeaebafc0dd7a935c53bbb45ff86a
Public Shared Function BytesToUInt64 (
buf As Byte(),
offset As Integer
) As ULong
Gemstone.Security.Cryptography.Blake2BHash.Blake2BCore.BytesToUInt64 = function(buf, offset);
- buf Byte
- Buffer holding an 8-byte big-endian ulong.
- offset Int32
- Offset into the buffer to start reading the ulong.
UInt64The parsed ulong.
No checking is done to verify that an 8-byte value can be read from buf at offset.