Skip to content

Instantly share code, notes, and snippets.

@xvonabur
xvonabur / sha256-hmac.md
Created May 8, 2020 07:50 — forked from jasny/sha256-hmac.md
Hashing examples in different languages

Example inputs:

Variable Value
key the shared secret key here
message the message to hash here

Reference outputs for example inputs above:

| Type | Hash |