multibase library

multibase implementation in Dart

Classes

MultibaseCodec
A multibase encoder and decoder
MultibaseDecoder
Decoder for Multibase encoded data
MultibaseEncoder
Encoder for Multibase encoded data

Enums

Multibase
List of types currently supported in the multibase spec.

Functions

multibaseDecode(String data) Uint8List
Decode the base string
multibaseEncode(Multibase base, Uint8List data) String
Encode the given byte list to base string