Socket
Socket
Sign inDemoInstall

blake-hash

Package Overview
Dependencies
7
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    blake-hash

SHA-3 proposal Blake


Version published
Weekly downloads
34K
decreased by-2.81%
Maintainers
2
Install size
0.981 MB
Created
Weekly downloads
 

Readme

Source

blake-hash

This module provides native bindings to Blake [pdf]. In browser pure JavaScript implementation will be used.

Usage

You can use this package as node Hash.

const createBlakeHash = require('blake-hash')

console.log(createBlakeHash('blake256').digest().toString('hex'))
// => 716f6e863f744b9ac22c97ec7b76ea5f5908bc5b2f67c61510bfc4751384ea7a

console.log(createBlakeHash('blake256').update('Hello world!').digest('hex'))
// => e0d8a3b73d07feca605c2376f5e54820cf8280af4a195d125ff5eadbf214adf3

LICENSE

This library is free and open-source software released under the MIT license.

Keywords

FAQs

Last updated on 05 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc