multiformats / rust-cid

CID in rust
90 stars 49 forks source link

Add support for decoding V0 CIDs #136

Closed timfpark closed 1 year ago

timfpark commented 1 year ago

Many thanks for this excellent library!

In the course of trying to parse the BlueSky firehose I discovered they use V0 CIDs in many places in the AT Protocol sync specification. Sadly, these V0 CIDs were not parseable with the current version of the library, but I think that is pretty easily supported with the following PR.

vmx commented 1 year ago

I'm closing this one as I guess the issue was resolved. If not, feel free to re-open.