encode5 ( seq -- byte-array )


Vocabulary
base32hex.private

Inputs
seqan object


Outputs
byte-arrayan object


Definition


: encode5 ( seq -- byte-array )
be>
{ -35 -30 -25 -20 -15 -10 -5 0 }
[ shift 31 bitand ch>base32hex ] with B{ } map-as ; inline