romulus-js/dist/constants.d.ts
Jack Hadrill 5523901234
Some checks failed
continuous-integration/drone/push Build is failing
Add build output
2022-01-31 00:43:13 +00:00

11 lines
383 B
TypeScript

export declare const MEMBER_MASK = 32;
export declare const NB_ROUNDS = 40;
export declare const TWEAK_LENGTH = 48;
export declare const PT: number[];
export declare const LFSR_8_TK2: number[];
export declare const LFSR_8_TK3: number[];
export declare const S8: number[];
export declare const C: number[];
export declare const T_LENGTH = 16;
export declare const COUNTER_LENGTH = 7;