Blake2BCoreBytesToUInt64 Method
Convert a big-endian buffer into a
UInt64.
Namespace: Gemstone.Security.Cryptography.Blake2BHashAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.171 -- Release Build+9bbaecd83e44e0973a7b18ef958272cfb4d67729
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.