mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-12 19:41:36 +08:00
- Fix error in arrayBuffer when there are extra bytes #37 - fixed output if finalized.
10 lines
119 B
JSON
10 lines
119 B
JSON
{
|
|
"name": "js-sha3",
|
|
"version": "0.9.3",
|
|
"main": ["src/sha3.js"],
|
|
"ignore": [
|
|
"samples",
|
|
"tests"
|
|
]
|
|
}
|