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.
d1ab318829
master
dependabot/npm_and_yarn/multi-456de2e4f1
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 'd1ab318829'
${ noResults }
js-sha3
/
bower.json
10 lines
119 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial release
11 years ago
{
"name"
:
"js-sha3"
,
### Fixed - Fix error in arrayBuffer when there are extra bytes #37 - fixed output if finalized.
2 years ago
"version"
:
"0.9.3"
,
* Implement NIST's May 2014 SHA-3 version. * Rename original methods to keccak.
11 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.
11 years ago
"tests"
Initial release
11 years ago
]
}