base58-zig
base58 encoder/decoder
A Zig programming language library for encoding and decoding base58 data
A base58 encoder/decoder implementation in Zig
8 stars
1 watching
6 forks
Language: Zig
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jrdnull/base58 | An Elixir implementation of Base58 encoding/decoding | 15 |
ziglibs/uuencode | A package and command-line utility for encoding and decoding files using the Unix-to-Unix Encoding format | 1 |
michael-hardeman/base58_ada | A library that provides Ada implementations of the Base58 encoding and decoding algorithm | 3 |
tuupola/base85 | A PHP library for encoding and decoding arbitrary data using the Base85 algorithm | 27 |
zigembeddedgroup/serial | A Zig language library for configuring and using serial ports | 59 |
gjaldon/base58check | A library providing functions for Base58Check encoding and decoding in Elixir | 16 |
kubkon/zig-dis-x86_64 | A disassembler and encoder library for x86_64 machine code written in Zig. | 35 |
gernest/base32 | An implementation of base32 encoding and decoding in the Zig programming language | 11 |
allyourcodebase/ffmpeg | FFmpeg packaged for Zig | 178 |
stephen-hill/base58php | A PHP library for encoding and decoding strings using Base58 encoding | 79 |
iddev5/inon | A simple data serialization format for Zig that supports human-readable representation and fast serialization and deserialization. | 10 |
getty-zig/getty | A serialization framework that provides efficient and customizable data modeling and serialization capabilities | 198 |
zigimg/zigimg | A Zig language library for reading and writing various image formats | 452 |
spiraldb/streamvbyte-zig | A Zig port of an efficient compression codec for binary data | 5 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 35 |