dart_multihash 1.0.1 dart_multihash: ^1.0.1 copied to clipboard
A dart-lang implementation of the Multihash protocol of Multiformats.
0.0.1 #
- Initial release.
0.1.0 #
- Updates the
Multicodecs
list. - Renamed
MultihashInfo
's field fromhashFunctionname
toname
.
0.2.0 #
MultiCodec
list is now publicly accessible.MultihashInfo
class now outputs the correct information.
0.2.1 #
- Fixed to be compatible with Flutter for Web.
1.0.0 #
encode
returnsMultihashInfo
.MultihashInfo
can be translated to bytes withtoBytes()
.
1.0.1 #
- formatting code.
- exporting relevant public models
MultihashInfo
andMultiCodec
.