]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/crypto/aes/aes.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / crypto / aes / aes.factor
index 75cd5706263933009a41a169d2b6187029cd0981..48fec0c322dda43b2d880bbc1f7ba11149f3c3e0 100644 (file)
@@ -2,7 +2,7 @@
 ! Some parts Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs byte-arrays crypto.aes.utils
-generalizations kernel literals math math.bitwise math.ranges
+generalizations kernel literals math math.bitwise ranges
 namespaces sequences sequences.private sequences.unrolled ;
 IN: crypto.aes