@turnkey/crypto
Version:
Encryption, decryption, and key related utility functions
11 lines • 789 B
TypeScript
export declare const SUITE_ID_1: Uint8Array;
export declare const SUITE_ID_2: Uint8Array;
export declare const HPKE_VERSION: Uint8Array;
export declare const LABEL_SECRET: Uint8Array;
export declare const LABEL_EAE_PRK: Uint8Array;
export declare const LABEL_SHARED_SECRET: Uint8Array;
export declare const AES_KEY_INFO: Uint8Array;
export declare const IV_INFO: Uint8Array;
export declare const PRODUCTION_SIGNER_PUBLIC_KEY = "04cf288fe433cc4e1aa0ce1632feac4ea26bf2f5a09dcfe5a42c398e06898710330f0572882f4dbdf0f5304b8fc8703acd69adca9a4bbf7f5d00d20a5e364b2569";
export declare const PRODUCTION_NOTARIZER_PUBLIC_KEY = "04d498aa87ac3bf982ac2b5dd9604d0074905cfbda5d62727c5a237b895e6749205e9f7cd566909c4387f6ca25c308445c60884b788560b785f4a96ac33702a469";
//# sourceMappingURL=constants.d.ts.map