dart_cid 1.0.0
dart_cid: ^1.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-256
encoding and choosebase32
andbase58
.
0.1.0 #
- You can now decode
CID
s. CID
can now be created with more base options.
1.0.0 #
- Exporting
Multibase
class model. createCid
now returns aCIDInfo
object.CIDInfo
object has been refactored with newcid
andmultihashInfo
fields.multibase
field now uses theMultibase
class.CIDInfo
objects can now be converted to v1 CIDs withtoV1()
. You may optionally pass a base parameter to encode it in a different multibase.- Formatting code.