keccak : Keccak sponge function family. You can installing keccak npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install keccak $ sudo npm install -g keccak
If want to update the keccak package execute the command as below,
$ sudo npm update keccak
Update package globally,
$ npm install -g keccak
$ sudo git clone https://github.com/rektide/keccak.git
$ sudo npm install -g ./keccak
keccak@1.3.0 /usr/lib/node_modules/keccak
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall keccak
Package Name | keccak |
Version | 1.3.0 |
Description | Keccak sponge function family |
Released Date | 2017-06-07T14:42:58.776Z |
Published by | fanatid |
How to Learn | https://www.npmjs.com/package/keccak/tutorial |