dwyl / cid

❄️cid ("content id") is a human-friendly (readable/typeable) unique ID function built for distributed/decentralised systems.
GNU General Public License v2.0
33 stars 3 forks source link

decode cid #17

Closed SimonLab closed 5 years ago

SimonLab commented 5 years ago

ref #13 #15

nelsonic commented 5 years ago

@SimonLab we don't need to decode v0. Apologies for not making that clear in #11 We only need to do what is listed in #11. We need to generate a few test CIDs using the JS version and then test those in our Elixir version, that's it. No decoding required at this stage.

If you feel this is "almost done" that's fine we can merge it. But if you feel there is still 4+ Hours of work to do, then let's "shelve" it and focus on creating V1 CIDs compatible with JS.

SimonLab commented 5 years ago

closing as the decode function is not necessary. The PR #21 is also more up to date