Package-level declarations
Types
Link copied to clipboard
Enumeration of supported encoding formats.
Link copied to clipboard
object Varint
Object Varint contains utility functions to encode and decode integers using variable-length quantity (Varint). Varint is a method of serializing integers using one or more bytes; smaller integers use fewer bytes. Used by Multicodec (which is used for DidKey)