]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/totp/totp.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / totp / totp.factor
index 28c172263ea35dcea30110a683c33203dabf7494..ab5c2efee44f05885a11d6ea8fc1db81af8c65ec 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2018, 2020 Alexander Ilin.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: base32 calendar checksums.hmac checksums.sha io.binary
+USING: base32 calendar checksums.hmac checksums.sha endian
 kernel math math.bitwise math.parser namespaces sequences
 strings unicode ;
 IN: totp