Expand description
Functions§
- decompress_
point - Decompress a canonically-encoded Ed25519 point.
- read_
array - Read a constant-length list of elements.
- read_
byte - Read a single byte.
- read_
bytes - Read a constant amount of bytes.
- read_
point - Read a canonically-encoded Ed25519 point.
- read_
raw_ vec - Read a variable-length list of elements, without length-prefixing.
- read_
scalar - Read a canonically-encoded scalar.
- read_
torsion_ free_ point - Read a canonically-encoded Ed25519 point, within the prime-order subgroup.
- read_
u16 - Read a u16, little-endian encoded.
- read_
u32 - Read a u32, little-endian encoded.
- read_
u64 - Read a u64, little-endian encoded.
- read_
varint - Read a canonically-encoded VarInt.
- read_
vec - Read a length-prefixed variable-length list of elements.
- varint_
len - The amount of bytes this number will take when serialized as a VarInt.
- write_
byte - Write a byte.
- write_
point - Write a point.
- write_
raw_ vec - Write a list of elements, without length-prefixing.
- write_
scalar - Write a scalar.
- write_
varint - Write a number, VarInt-encoded.
- write_
vec - Write a list of elements, with length-prefixing.