UNPKG

@tigthor/kokocrypt

Version:

Enhanced Fortress Edition - Secure, quantum-resistant, high-performance encryption package

4 lines (3 loc) 217 B
import { WireBox } from '../http/wire.util'; export declare function toWireBoxFromBrowser(combinedBase64: string, kid: string, ts: number): WireBox; export declare function fromWireBoxToBrowser(box: WireBox): string;