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

3 lines (2 loc) 151 B
export declare const array_to_number: (array: Uint8Array) => bigint; export declare function bigint_to_array(bigint: bigint): Uint8Array<ArrayBuffer>;