dwyl/base58

Understand how Base module works

Open

#2 创建于 2019年1月29日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)Elixir (4 fork)auto 404
discussenhancementhelp wanted

仓库指标

Star
 (25 star)
PR 合并指标
 (PR 指标待抓取)

描述

The Base.encode functions are defined here https://github.com/elixir-lang/elixir/blob/master/lib/elixir/lib/base.ex

We can have a look at the code and try to understand how the encode functions are defined to see if we can replicate some patterns in our functions or implementations see #1

  • Describe how encode16 works

贡献者指南