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