dart_cid 2.0.0
dart_cid: ^2.0.0 copied to clipboard
A dart-lang implementation for creating self-describing content-addressed identifiers for distributed systems (CIDs).
0.0.1 #
- Initial release.
- Allows CID creation with
sha2-256encoding and choosebase32andbase58.
0.1.0 #
- You can now decode
CIDs. CIDcan now be created with more base options.
1.0.0 #
- Exporting
Multibaseclass model. createCidnow returns aCIDInfoobject.CIDInfoobject has been refactored with newcidandmultihashInfofields.multibasefield now uses theMultibaseclass.CIDInfoobjects can now be converted to v1 CIDs withtoV1(). You may optionally pass a base parameter to encode it in a different multibase.- Formatting code.
2.0.0 #
- Migrated to
cid. Check https://pub.dev/packages/cid/.