crypto-hmacsha1
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

Document

A very tiny js library only with hmacsha1 and hmac method.

Install

# npm
npm install crypto-hmacsha1

# yarn
yarn add crypto-hmacsha1

Usage

import Crypto from 'crypto-hmacsha1';

const message = 'some message';
const key = 'a key';
const result = Crypto.hmacsha1(message, key);

Readme

Keywords

Package Sidebar

Install

npm i crypto-hmacsha1

Weekly Downloads

2

Version

1.0.10

License

ISC

Unpacked Size

6.45 kB

Total Files

4

Last publish

Collaborators

  • aaaaaandy