0.1.0 • Published 2 years ago

keccak-256-auth v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Keccak-256 Auth for Node.js and JavaScript

Build Status License Library minified size Library minified + gzipped size

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install keccak-256-auth --save

# For Yarn, use the command below.
yarn add keccak-256-auth

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/keccak-256-auth"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/keccak-256-auth"></script>

<script>
  // UMD module is exposed through the "keccak256Auth" global variable.
  console.log(keccak256Auth);
</script>

Documentation

Documentation generated from source files by Typedoc.

License

Released under MIT License.