UNPKG

@nikeee/aes-cmac

Version:

A pure Node.js implementation of the AES-CMAC algorithm (NIST 800-38B / RFC 4493).

3 lines (2 loc) 65 B
// @ts-check export { aesCmac as default } from "./aes-cmac.js";