0.2.2 • Published 5 months ago

extra-compatible v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

extra-compatible

Install

npm install --save extra-compatible
# or
yarn add extra-compatible

API

performanceNow

function performanceNow(): number

hmacSHA256

function hmacSHA256(secret: string, text: string): Promise<string>

sha256

function sha256(input: string | DataView | TypedArray): Promise<string>

sha1

function sha1(input: string | DataView | TypedArray): Promise<string>
0.2.2

5 months ago

0.2.1

11 months ago

0.2.0

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago