UNPKG

@meeco/cryppo

Version:

In-browser encryption and decryption. Clone of Ruby Cryppo

3 lines (2 loc) 113 B
import { Hex } from 'node-forge'; export declare function hmacSha256Digest(key: string, message: string): Hex;