react-native-hashing
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

React Native Hashing

NPM downloads NPM version License

A hashing library for react native written in C++ and JSI

Installation

npm install react-native-hashing

or

yarn add react-native-hashing

Usage

import { sha256, md5, sha1, sha3 } from "react-native-hashing";

// ...

const result = sha256('Hello world');

or

const result = md5('Hello world');

or

const result = sha1('Hello world');

or

const result = sha3('Hello world');

Acknowledgements

Big thanks to Stephan Brumme for the C++ implementation of the hashing algorithms. Link to his library

Contributing

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

License

MIT

Package Sidebar

Install

npm i react-native-hashing

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

217 kB

Total Files

60

Last publish

Collaborators

  • matinzd
  • nasirimehr