react-native-sha512

1.0.2 • Public • Published

react-native-sha512

sha512 natively for react-native

Speed is king, especially for javascript-driven applications with react-native! This library provides native sha256-hashes for a string on both iOS and Android natively.

Installation

yarn add react-native-sha512
react-native link

Usage

Import the lib into your project:

import { sha512 } from 'react-native-sha512';

Build a sha512-hash:

sha512("Test").then( hash => {
    console.log(hash);
})

Forked from https://github.com/itinance/react-native-sha256

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.256latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.256
1.0.10
1.0.00
0.0.4-rc0
0.0.3-rc0
0.0.1-security0

Package Sidebar

Install

npm i react-native-sha512

Weekly Downloads

56

Version

1.0.2

License

MIT

Unpacked Size

3.65 MB

Total Files

143

Last publish

Collaborators

  • brunomazzardo