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
Multicodecslist. - Renamed
MultihashInfo's field fromhashFunctionnametoname.
0.2.0 #
MultiCodeclist is now publicly accessible.MultihashInfoclass now outputs the correct information.
0.2.1 #
- Fixed to be compatible with Flutter for Web.
1.0.0 #
encodereturnsMultihashInfo.MultihashInfocan be translated to bytes withtoBytes().
1.0.1 #
- formatting code.
- exporting relevant public models
MultihashInfoandMultiCodec.