0.0.1 • Published 2 years ago

react-native-quick-argon2 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-quick-argon2

For now library is depending on react-native-quick-crypto, because for now it relies on randomBytes for salt generation. In future it will be replaced with native randomBytes implementation. So for now you need to install react-native-quick-crypto as well.

Installation

npm install react-native-quick-argon2

For iOS also run pod install in /ios folder.

Prerequisites

You must have Android NDK and CMake installed on android to build the library.

Basic usage example

import simpleJsiModule from 'react-native-jsi-template';

simpleJsiModule.helloWorld(); // returns helloworld.

Run the example app for more.

Thanks to these libraries & their authors:

The initial work done by authors of the following libraries has helped a lot in writing the blog and keeping this repo updated.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT