X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcrypto%2Fpasswd-md5%2Fpasswd-md5.factor;h=3d5b53aa841a2501d2899a3d51cd0e37034f2e7b;hp=d256311a0ac494249b78104ff977e6f543789c5b;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/crypto/passwd-md5/passwd-md5.factor b/extra/crypto/passwd-md5/passwd-md5.factor index d256311a0a..3d5b53aa84 100644 --- a/extra/crypto/passwd-md5/passwd-md5.factor +++ b/extra/crypto/passwd-md5/passwd-md5.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: kernel base64 checksums.md5 sequences checksums -locals prettyprint math math.bits grouping io combinators -fry make combinators.short-circuit math.functions splitting ; +USING: checksums checksums.md5 combinators grouping kernel math +math.bits math.functions sequences splitting ; IN: crypto.passwd-md5