1.0.10 • Published 3 years ago

crypto-hmacsha1 v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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);
1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago