react-native-quick-crypto
Version:
A fast implementation of Node's `crypto` module written in C/C++ JSI
4 lines • 359 B
TypeScript
import { CryptoKey, type ImportFormat, type JWK, type KeyUsage, type SubtleAlgorithm } from './keys';
import { type BufferLike } from './Utils';
export declare function hmacImportKey(algorithm: SubtleAlgorithm, format: ImportFormat, keyData: BufferLike | JWK, extractable: boolean, keyUsages: KeyUsage[]): Promise<CryptoKey>;
//# sourceMappingURL=mac.d.ts.map