https://github.com/mfbx9da4/proof-of-concept-jsi
https://github.com/mfbx9da4/proof-of-concept-jsi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfbx9da4/proof-of-concept-jsi
- Owner: mfbx9da4
- License: mit
- Created: 2022-01-21T17:56:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T16:20:11.000Z (over 3 years ago)
- Last Synced: 2025-01-26T17:45:46.256Z (4 months ago)
- Language: Java
- Size: 618 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-rn-cryptopp
cryptopp
## Installation
```sh
npm install react-native-rn-cryptopp
```## Usage
```js
import { multiply } from "react-native-rn-cryptopp";// ...
const result = await multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
# proof-of-concept-jsi