# Functions
A function to decode a Base58 bytes payload into a regular bytes payload.
A function to encode a bytes payload into a Base58 bytes payload.
A function that generates a 32bit checksum
for a given slice of bytes payload.
A function that logs a given error and message with the fatal log level and an error field.
A function that generates a 160bit hash output for a given slice of bytes payload.
A function that generates a 256 bit hash output for a given slice of bytes payload.
A function that decodes and returns an int as from its hex/byte representation.
A function that encodes and returns an int as its hex/byte representation.
A function that generates a pair of digital
signature keys based on the ECDSA algorithm
using the secp256r1 elliptic curve.
A function that initializes the log level, formatter and output.
# Variables
No description provided by the author