UNPKG

react-native-quick-crypto

Version:

A fast implementation of Node's `crypto` module written in C/C++ JSI

3 lines 147 B
import type { ABV } from './types'; export declare function timingSafeEqual(a: ABV, b: ABV): boolean; //# sourceMappingURL=timingSafeEqual.d.ts.map