silicon v0.1.0 Silicon.Hmac View Source

Hmac with SHA2 hash function

Link to this section Summary

Link to this section Functions

Link to this function

hmac_sha256(key, data) View Source
hmac_sha256(binary(), binary()) :: binary()

Link to this function

hmac_sha512(key, data) View Source
hmac_sha512(binary(), binary()) :: binary()