import * as dotp from "https://deno.land/x/dotp@v0.0.2/crypto.ts";
Functions
Create a secret key from a | |
Encode a string | |
This function wraps the WebCrypto API to generate a key useful for signing HMAC SHA-1 mesages. | |
At times, we may have to show the actual secret key used to sign our authenticated message. |
Type Aliases
The supported key hash algorithms. |