Skip to content

av8ta/base32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

base32

base32 implemented in grain

usage

import { encode, ZBase32, Base32Hex, Crockford, Base32 } from "./base32"

encode(ZBase32, "The quick brown fox jumps over the lazy dog.")

=> "ktwgkedtqiwsg43ycj3g675qrbug66bypj4s4hdurbzzc3m1rb4go3jyptozw6jyctzsqmo"

encodings

testing

I used https://cryptii.com/pipes/z-base-32 for testing. You might want to have a play with that site. It's very informative.

grain base32.test.gr

About

base32 implemented in grain-lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published