emn178 / js-sha3

A simple SHA-3 / Keccak hash function for JavaScript supports UTF-8 encoding.
MIT License
345 stars 85 forks source link

Typo on variable kmac_256 type definition. #12

Closed isaactorresmichel closed 7 years ago

isaactorresmichel commented 7 years ago

Typescript definition file has a typo on variable kmac_256 class type. Type definition is not in PascalCase format. So when the file is used compilation throws an /js-sha3/index.d.ts (166,22): Cannot find name 'kmacHash' error.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 540bbee16bb940459eea2f2f3b654678842d3e9a on isaactorresmichel:isaactorresmichel-fixfortypo into e9084afbdf21d6bda27f35a7aa66574b43da9f30 on emn178:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 540bbee16bb940459eea2f2f3b654678842d3e9a on isaactorresmichel:isaactorresmichel-fixfortypo into e9084afbdf21d6bda27f35a7aa66574b43da9f30 on emn178:master.