@taingo97/react-native-generate-key-rsa
v0.0.1
Published
test
Downloads
3
Readme
react-native-generate-key-rsa
rsa key
Installation
npm install @taingo97/react-native-generate-key-rsa```
## Usage
```js
import { generateKeys } from "@taingo97/react-native-generate-key-rsa";
// ...
const result = await generateKeys(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