UNPKG

@scintilla-network/signatures

Version:

Enhanced signature and key exchange functions for blockchain and crypto applications, including post-quantum algorithms

7 lines 265 B
declare module '@scintilla-network/signatures' { export * from './types.js'; export * as classic from './classic/index.js'; export * as pq from './pq/index.js'; export * as kex from './kex/index.js'; export * as utils from './utils/index.js'; }