@taingo97/react-native-rsa-expo
v0.0.2
Published
test
Downloads
5
Readme
react-native-rsa-expo
generate key rsa
Installation
npm install @taingo97/react-native-rsa-expo
or
yarn add @taingo97/react-native-rsa-expo
Usage
import { generateKeys , generateKeysKt} from "@taingo97/react-native-rsa-expo";
// ...
const result = await generateKeys(2048);
or
const result = await generateKeysKt(2048);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library