UNPKG

tink-crypto

Version:

A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.

14 lines (13 loc) 585 B
/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** Registers the private key manager for HPKE */ export declare function register(): void; export declare const hpkeP256HkdfSha256Aes128GcmRawKeyTemplate: any; export declare const hpkeP256HkdfSha256Aes128GcmKeyTemplate: any; export declare const hpkeP256HkdfSha256Aes256GcmRawKeyTemplate: any; export declare const hpkeP256HkdfSha256Aes256GcmKeyTemplate: any; export declare const hpkeP521HkdfSha512Aes256GcmRawKeyTemplate: any; export declare const hpkeP521HkdfSha512Aes256GcmKeyTemplate: any;