1.0.10 • Published 2 years ago

crypto-hmacsha1 v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago