base58check
Base58 encoder
A library providing functions for Base58Check encoding and decoding in Elixir
16 stars
2 watching
5 forks
Language: Elixir
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jrdnull/base58 | An Elixir implementation of Base58 encoding/decoding | 15 |
elixirs/base62 | A pure Elixir implementation of Base62 encoding and decoding | 20 |
bitcoinjs/bs58check | A library that implements base58 encoding and decoding with checksum verification | 91 |
igas/custom_base | Provides a custom base conversion mechanism in Elixir | 22 |
cryptocoinjs/bs58 | A JavaScript library used to encode and decode base 58 strings commonly used in cryptocurrency transactions. | 215 |
gjaldon/ecto_enum | An Elixir library to support enums in Ecto models | 562 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |
checkiz/elixir-bson | An Elixir implementation of the BSON data format | 26 |
ultd/base58-zig | A Zig programming language library for encoding and decoding base58 data | 8 |
stephen-hill/base58php | A PHP library for encoding and decoding strings using Base58 encoding | 79 |
michael-hardeman/base58_ada | A library that provides Ada implementations of the Base58 encoding and decoding algorithm | 3 |
meh/jazz | A JSON handling library for Elixir. | 61 |
jfacorro/eden | An Elixir library that provides an encoder/decoder for the extensible data notation (EDN) format. | 38 |
woxtu/elixir-mbcs | A library providing functions for character encoding conversion using the erlang-mbcs module | 27 |
kronuz/base-x | A C++ library for encoding and decoding data using custom bases. | 14 |