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

0.1.1 • Public • Published

react-native-hmac

Provide the function that calculates the HMAC.

Installation

npm install react-native-hmac
or
yarn add react-native-hmac

Usage

import { hmacSHA256 } from "react-native-hmac";

const result = await hmacSHA256(message, key);

Supporting algorithm: MD5, SHA1, SHA256

License

MIT

Package Sidebar

Install

npm i react-native-hmac

Weekly Downloads

276

Version

0.1.1

License

MIT

Unpacked Size

31.5 kB

Total Files

20

Last publish

Collaborators

  • shibafu-san