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.

15 lines (14 loc) 457 B
/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Registers key managers for all PublicKeyVerify and PublicKeySign key types * from the current Tink release. */ export declare function register(): void; export declare const VERIFY_PRIMITIVE_NAME: string; export declare const ECDSA_PUBLIC_KEY_TYPE: string; export declare const SIGN_PRIMITIVE_NAME: string; export declare const ECDSA_PRIVATE_KEY_TYPE: string;