UNPKG

antelope-webauthn

Version:

A WebAuthn.io crypto utility for generating signatures, creating public keys, and verifying them, designed for Antelope-based blockchains such as Vaulta, WAX, and other related platforms. This package provides convenient tools to handle key pair generatio

4 lines (3 loc) 232 B
export { default as createWebAuthnKey } from "./create_wa_public_key.js"; export { default as createWebAuthnSignature } from "./create_wa_signature.js"; export { default as verifyWebAuthnSignature } from "./verify_wa_signature.js";