UNPKG

react-native-quick-crypto

Version:

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

8 lines 166 B
export type ConfigProps = { /** * Enable libsodium support * @default false */ sodiumEnabled?: boolean; }; //# sourceMappingURL=@types.d.ts.map