Crate bigint2

Source

Structs§

M256
Represent an unsigned modulo 256-bit integer
MI256
Represents a signed module 256-bit integer.
U256
Represents an unsigned 256-bit integer.
U512
Represents an unsigned 512-bit integer.

Enums§

ParseHexError
Errors exhibited from read_hex.
Sign
Sign of an integer.

Functions§

read_hex
Parses a given hex string and return a list of bytes if succeeded. The string can optionally start by 0x, which indicates that it is a hex representation.