Handbook
Glossary
hmac-bytes ( seq key checksum -- value )
Vocabulary
checksums
.
hmac
Inputs
seq
an
object
key
an
object
checksum
an
object
Outputs
value
an
object
Definition
USING:
io.encodings.binary
io.streams.byte-array
kernel
;
IN:
checksums.hmac
:
hmac-bytes
( seq key checksum -- value )
[
binary
<byte-reader>
]
2dip
hmac-stream
;