11 lines
383 B
TypeScript
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;
|