Skip to content

shavit/zig-base32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zig Base32

Base32 library

Usage

  1. Encode
$ zbase32 Hello
JBSWY3DP
  1. Decode
$ zbase32 -d JBSWY3DP
Hello

About

Base32 encoder and decoder

Topics

Resources

Stars

Watchers

Forks

Languages