UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

30 lines (27 loc) • 362 B
export const SHA_1_HASH: { name: "SHA-1" } = { name: "SHA-1" }; export const SHA_1_HMAC_ALGO: { name: "HMAC"; hash: { name: "SHA-1" } } = { name: "HMAC", hash: SHA_1_HASH, }; export const EMPTY_DATA_SHA_1 = new Uint8Array([ 218, 57, 163, 238, 94, 107, 75, 13, 50, 85, 191, 239, 149, 96, 24, 144, 175, 216, 7, 9, ]);