Skip to content

totvs-tfs/react-native-sha512

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sha512 and 256 natively for react-native

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%