react-native-hmac
v0.1.1
Published
Provide the function that calculates the HMAC of a message as a Native Module.
Readme
react-native-hmac
Provide the function that calculates the HMAC.
Installation
npm install react-native-hmac
or
yarn add react-native-hmacUsage
import { hmacSHA256 } from "react-native-hmac";
const result = await hmacSHA256(message, key);Supporting algorithm: MD5, SHA1, SHA256
License
MIT
