- Initial release.
- Updates the
Multicodecs
list. - Renamed
MultihashInfo
's field fromhashFunctionname
toname
.
MultiCodec
list is now publicly accessible.MultihashInfo
class now outputs the correct information.
- Fixed to be compatible with Flutter for Web.
encode
returnsMultihashInfo
.MultihashInfo
can be translated to bytes withtoBytes()
.
- formatting code.
- exporting relevant public models
MultihashInfo
andMultiCodec
.