X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fbase32%2Fbase32.factor;h=24b46f9236303ab10525f8068992ab759b6312d6;hp=3bace0d75f9403031a0b232fa10b2a2ed97aa276;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/base32/base32.factor b/extra/base32/base32.factor index 3bace0d75f..24b46f9236 100644 --- a/extra/base32/base32.factor +++ b/extra/base32/base32.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2019 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: base64.private byte-arrays combinators endian fry io +USING: base64.private byte-arrays combinators endian io io.encodings.binary io.streams.byte-array kernel kernel.private literals math namespaces sequences ; IN: base32