UNPKG

@hicaru/ntrup.js

Version:

Pure JavaScript implementation of NTRU Prime post-quantum cryptography algorithm

4 lines 267 B
import { ParamsConfig } from '../params'; export declare function shuffleArray<T>(arr: T[], seed: bigint, params: ParamsConfig): void; export declare function unshuffleArray<T>(arr: T[], seed: bigint, params: ParamsConfig): void; //# sourceMappingURL=shuffle.d.ts.map