1.1.6 • Published 7 years ago

whirlpool-hash v1.1.6

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

7 years ago

1.1.5

7 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago