The buffers to concatenate.
Return an array buffer from its hexadecimal representation.
The hexadecimal string.
string
number representing hashed label
Decode a leb encoded buffer into a bigint. The number will always be positive (does not support signed leb encoding).
A Buffer containing the leb encoded bits.
Encode a positive number (or bigint) into a Buffer. The number will be floored to the nearest integer.
The number to encode.
Pipe from buffer-pipe
number
bigint
Pipe from buffer-pipe
number
bigint
an IDL type
an input for that type
Pipe from buffer-pipe
number
Buffer
Decode a leb encoded buffer into a bigint. The number is decoded with support for negative signed-leb encoding.
A Buffer containing the signed leb encoded bits.
Encode a number (or bigint) into a Buffer, with support for negative numbers. The number will be floored to the nearest integer.
The number to encode.
Returns an hexadecimal representation of an array buffer.
The array buffer.
bigint or number
number
Buffer
Generated using TypeDoc
Concatenate multiple array buffers.