@hazae41/berith
Version:
WebAssembly port of Ed25519 signatures and X25519 key exchange
5 lines (4 loc) • 349 B
TypeScript
import * as index from './mods/index.js';
export { index as Berith };
export { initBundledOnce } from './mods/index.js';
export { Ed25519Signature, Ed25519SigningKey, Ed25519VerifyingKey, InitInput, InitOutput, Memory, SyncInitInput, X25519PublicKey, X25519SharedSecret, X25519StaticSecret, __wbg_init, initSync } from '../../wasm/pkg/berith.d.js';