Serializes Long Unsigned Integers into Uint8Arrays
Decodes the Hash into a ByteBuffer
Convert base64 into Uint8Array
Encodes a ByteBuffer into a Hash
Retrieve the creation Date from the id
Encodes a Hash for a UUID based on date and random numbers
Generate a single Uint8Array representing 2 serialized Long Unsigned Integer. An unsigned long is 4 bytes, 1 byte = 8 bits. 8 bits can create 256 values.
Generated using TypeDoc
Tuple of 4 Uint8Arrays representing 4 serialized Long Unsigned Integers