[][src]Module forest_bigint::bigint_ser

Structs

BigIntDe

Wrapper for deserializing as BigInt from bytes.

BigIntSer

Wrapper for serializing big ints to match filecoin spec. Serializes as bytes.

Functions

deserialize

Deserializes bytes into big int.

serialize

Serializes big int as bytes following Filecoin spec.