Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 752 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 752 Bytes

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