Skip to main content

Module fmt

Module fmt 

Source

Enums§

ParseCurveError
An error returned from TypedCurve::parse_base58

Traits§

TypedCurve
Helper trait to encode/decode bytes as <CURVE>:<base58>

Functions§

checked_base58_decode_array
Base-58 decode bytes array of a an exact size. If decoded length doesn’t match N, an error will be returned.