UNPKG

react-native-quick-crypto

Version:

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

8 lines (7 loc) 120 B
export type ConfigProps = { /** * Enable libsodium support * @default false */ sodiumEnabled?: boolean; };