dwyl/base58

Understand how Base module works

Open

#2 aberto em 29 de jan. de 2019

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)Elixir (4 forks)auto 404
discussenhancementhelp wanted

Métricas do repositório

Stars
 (25 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador