/** S-Box from RFC 8891 */ export declare const ID_TC26_GOST_28147_PARAM_Z: Uint8Array; /** S-Box from RFC 4357 aka `CryptoPro Paramset A` */ export declare const ID_GOST_28147_89_CRYPTO_PRO_A_PARAM_SET: Uint8Array; /** S-Box from RFC 4357 aka `CryptoPro Paramset B` */ export declare const ID_GOST_28147_89_CRYPTO_PRO_B_PARAM_SET: Uint8Array; /** S-Box from RFC 4357 aka `CryptoPro Paramset C` */ export declare const ID_GOST_28147_89_CRYPTO_PRO_C_PARAM_SET: Uint8Array; /** S-Box from RFC 4357 aka `CryptoPro Paramset D` */ export declare const ID_GOST_28147_89_CRYPTO_PRO_D_PARAM_SET: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_1: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_2: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_3: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_4: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_5: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_6: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_7: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_8: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_9: Uint8Array; /** S-Box from Instruction no. 114 by State Special Communications Service of Ukraine */ export declare const DSSZZI_UA_DKE_10: Uint8Array; export declare const ID_GOST_28147_89_TEST_PARAM_SET: Uint8Array; export declare const ID_GOSTR_3411_94_TEST_PARAM_SET: Uint8Array; export declare const ID_GOSTR_3411_94_CRYPTOPRO_PARAM_SET: Uint8Array; export declare const EAC_PARAM_SET: Uint8Array; /** Implemented S-Boxes */ export declare const magmaSboxes: { ID_TC26_GOST_28147_PARAM_Z: Uint8Array; ID_GOST_28147_89_CRYPTO_PRO_A_PARAM_SET: Uint8Array; ID_GOST_28147_89_CRYPTO_PRO_B_PARAM_SET: Uint8Array; ID_GOST_28147_89_CRYPTO_PRO_C_PARAM_SET: Uint8Array; ID_GOST_28147_89_CRYPTO_PRO_D_PARAM_SET: Uint8Array; ID_GOST_28147_89_TEST_PARAM_SET: Uint8Array; ID_GOSTR_3411_94_TEST_PARAM_SET: Uint8Array; ID_GOSTR_3411_94_CRYPTOPRO_PARAM_SET: Uint8Array; EAC_PARAM_SET: Uint8Array; DSSZZI_UA_DKE_1: Uint8Array; DSSZZI_UA_DKE_2: Uint8Array; DSSZZI_UA_DKE_3: Uint8Array; DSSZZI_UA_DKE_4: Uint8Array; DSSZZI_UA_DKE_5: Uint8Array; DSSZZI_UA_DKE_6: Uint8Array; DSSZZI_UA_DKE_7: Uint8Array; DSSZZI_UA_DKE_8: Uint8Array; DSSZZI_UA_DKE_9: Uint8Array; DSSZZI_UA_DKE_10: Uint8Array; }; /** Sequences of `K_i` S-Box applying */ export declare const magmaKeySequences: { ENCRYPT: number[]; DECRYPT: number[]; MAC: number[]; };