SHA and SHA-2π i
Provides a Racket interface to the OpenSSL implementation of SHA-1 and SHA-2.
SHA-2 includes four flavors: SHA-224, SHA-256, SHA-384, and SHA-512.
Calculate the SHA hash of bstr.
( hmac-sha1keydata)→sha1?
( hmac-sha224keydata)→sha224?
( hmac-sha256keydata)→sha256?
( hmac-sha384keydata)→sha384?
( hmac-sha512keydata)→sha512?
HMAC-SHA encode key and data.
3Hex stringπ i
Convert bstr to a hexadecimal string represention.
4Predicates for contractsπ i