1.1.6 • Published 6 years ago

whirlpool-hash v1.1.6

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

Whirlpool hash for JavaScript/TypeScript

Calculates WHIRLPOOL (WHIRLPOOL-0, WHIRLPOOL-T) hash

LICENSE MIT

Examples

Install:

npm i whirlpool-hash

Using on JavaScript(ES6)/TypeScript:

import {Whirlpool,encoders}  from 'whirlpool-hash'

let whirlpool = new Whirlpool()
let hash=whirlpool.getHash("message")
encoders.toBase64(hash)
encoders.fromBase64('bWVzc2FnZQ==')
encoders.toHex('message')
1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago