3.0.0 โ€ข Published 3 years ago

mini-sha3 v3.0.0

Weekly downloads
7
License
MIT
Repository
-
Last release
3 years ago

SHA3

SHA3 Hashing In Pure JavaScript

About

  • 100% JavaScript ๐Ÿ’ช
  • String/Array/Buffer Support ๐Ÿงฐ
  • Doesn't Crash ๐Ÿงจ
  • Browser Support ๐ŸŽฏ
  • Supports 224/256/384/512 ๐Ÿ”‘

Installation

~ npm i mini-sha3

Usage

const { hash, verify } = require('mini-sha3')

const hash = hash('data', <224/256/384/512>)
//==> <SHA3 g02h30s2vmb724mf92j9>
// Default is Sha256

const verified = verify('data', hash, <224/256/384/512>)
//==> true/false

Related Packages

3.0.0

3 years ago

2.0.0

3 years ago