X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcrypto%2Faes%2Futils%2Futils.factor;h=0c701ec16faf21e88f0b85e4ee0120becef703fa;hp=06787bae8843687159d0a21d1042a5adfdec8792;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/crypto/aes/utils/utils.factor b/extra/crypto/aes/utils/utils.factor index 06787bae88..0c701ec16f 100644 --- a/extra/crypto/aes/utils/utils.factor +++ b/extra/crypto/aes/utils/utils.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2013 Fred Alger ! See http://factorcode.org/license.txt for BSD license. -USING: arrays columns combinators generalizations grouping -kernel locals math math.bitwise prettyprint sequences +USING: combinators grouping kernel math math.bitwise +prettyprint sequences sequences.private ; IN: crypto.aes.utils : gb0 ( a -- a0 ) 0xff bitand ; inline