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
34 stars 3 forks source link

Define cid v1 using base32 #37

Closed SimonLab closed 5 years ago

SimonLab commented 5 years ago

ref: #36 Create a cid v1 with base32. You can specify which base you want to use in your config config :excid, base: :base32 or config :excid, base: :base58

By default if the config is not defined then the base32 will be used

codecov[bot] commented 5 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #37   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          10     16    +6     
=====================================
+ Hits           10     16    +6
Impacted Files Coverage Δ
lib/cid.ex 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update de96973...81b3277. Read the comment docs.