Decompress a canonically-encoded Ed25519 point.
Read a constant-length list of elements.
Read a single byte.
Read a constant amount of bytes.
Read a canonically-encoded Ed25519 point.
Read a variable-length list of elements, without length-prefixing.
Read a canonically-encoded scalar.
Read a canonically-encoded Ed25519 point, within the prime-order subgroup.
Read a u16, little-endian encoded.
Read a u32, little-endian encoded.
Read a u64, little-endian encoded.
Read a canonically-encoded VarInt.
Read a length-prefixed variable-length list of elements.
The amount of bytes this number will take when serialized as a VarInt.
Write a byte.
Write a point.
Write a list of elements, without length-prefixing.
Write a scalar.
Write a number, VarInt-encoded.
Write a list of elements, with length-prefixing.