base32.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Parents:base32


Words

Ordinary words
WordStack effect
(decode-base32)( stream -- )
(decode-base32hex)( stream -- )
(encode-base32)( stream column -- )
(encode-base32hex)( stream column -- )
base32-alphabet( -- value )
base32-crockford-alphabet( -- value )
base32-crockford-checksum( -- value )
base32-crockford-inverse( -- value )
base32>ch( ch -- ch )
base32hex-alphabet( -- value )
base32hex>ch( ch -- ch )
ch>base32( ch -- ch )
ch>base32hex( ch -- ch )
decode8( seq -- )
decode8hex( seq -- )
encode-pad( seq n -- byte-array )
encode-padhex( seq n -- byte-array )
encode5( seq -- byte-array )
encode5hex( seq -- byte-array )
normalize-base32-crockford( base32 -- base32' )
parse-base32-crockford( base32 -- n )


Files