UNPKG

@tigthor/kokocrypt

Version:

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

8 lines (7 loc) 186 B
export declare class ReplayGuard { private readonly window; private readonly seen; private lastCleanup; check(ts: number, nonce: string): boolean; private cleanup; }