UNPKG

micro-stacks

Version:

Tiny libraries for building Stacks apps.

6 lines (3 loc) 207 B
declare function hmacSha256(key: Uint8Array, ...messages: Uint8Array[]): Uint8Array; declare function hmacSha512(key: Uint8Array, ...messages: Uint8Array[]): Uint8Array; export { hmacSha256, hmacSha512 };