]> gitweb.factorcode.org Git - factor.git/commitdiff
checksums.hmac: Fix using
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 21 Jan 2022 23:33:19 +0000 (17:33 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 21 Jan 2022 23:34:19 +0000 (17:34 -0600)
basis/checksums/hmac/hmac.factor

index 2dcae86187f47b7d5a06f7baa6c567e1c5bfcfc1..f356e0cc19b8ea0693cb45e0491539f9af8fe415 100644 (file)
@@ -3,6 +3,7 @@
 USING: accessors arrays checksums io.encodings.binary
 io.files io.streams.byte-array kernel math math.vectors
 sequences ;
+USE: checksums.common
 IN: checksums.hmac
 
 <PRIVATE