Documentation ¶
Overview ¶
Serializes and deserializes big ints using two's complement big endian representation
Index ¶
Constants ¶
View Source
const MaxSize = 128
The maximum size (in bytes) of serialized representation we support
Variables ¶
This section is empty.
Functions ¶
func DeserializeSigned ¶
Deserializes a byte slice with size bytes into a signed big.Int. Does not mutate its inputs. Does not panic.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.