Handbook
Glossary
>base32-crockford-checksum ( n -- base32 )
Base32 conversions
Prev:
base32-crockford> ( base32 -- n )
Next:
base32-crockford-checksum> ( base32 -- n )
Vocabulary
base32
Inputs
n
an
object
Outputs
base32
an
object
Definition
USING:
base32.private
kernel
math
sequences
;
IN:
base32
:
>base32-crockford-checksum
( n -- base32 )
[
>base32-crockford
]
keep
37
mod
base32-crockford-checksum
nth
suffix
;