mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-12 19:41:36 +08:00
- AMD support. - support for web worker. #13 Changed - throw error if input type is incorrect when cSHAKE and KMAC. - freeze hash after finalize.
11 lines
158 B
YAML
11 lines
158 B
YAML
language: node_js
|
|
node_js:
|
|
- "6.11.4"
|
|
- "8.6.0"
|
|
before_install:
|
|
- npm install coveralls
|
|
after_success: npm run coveralls
|
|
branches:
|
|
only:
|
|
- master
|