This website works better with JavaScript.
Explore
Help
Sign In
UnknownObject
/
js-sha3
mirror of
https://github.com/emn178/js-sha3.git
Watch
1
Star
0
Fork
You've already forked js-sha3
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e9084afbdf
master
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.7
v0.5.5
v0.5.4
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.3.1
v0.3.0
v0.2.0
v0.1.2
v0.1.0
v0.5.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e9084afbdf'
${ noResults }
js-sha3
/
bower.json
10 lines
119 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial release
11 years ago
{
"name"
:
"js-sha3"
,
Added - cSHAKE method. - KMAC method. - alias methods without underscore like shake128, keccak512. Changed - throw error if input type is incorrect.
8 years ago
"version"
:
"0.6.0"
,
* Implement NIST's May 2014 SHA-3 version. * Rename original methods to keccak.
10 years ago
"main"
:
[
"src/sha3.js"
]
,
Initial release
11 years ago
"ignore"
:
[
"samples"
,
* Implement NIST's May 2014 SHA-3 version. * Rename original methods to keccak.
10 years ago
"tests"
Initial release
11 years ago
]
}