]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/crypto/rsa/rsa.factor
Make "foo.private" require load foo instead.
[factor.git] / extra / crypto / rsa / rsa.factor
index 1e21ccce9732b5f4d11987e4385a4228f2d21fac..5bbcc435c9223581d4d618cb122e7b6c0f8ccfeb 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: math.primes kernel math math.functions math.primes
-namespaces sequences accessors ;
+USING: math.primes kernel math math.functions namespaces
+sequences accessors ;
 IN: crypto.rsa
 
 ! The private key is the only secret.