multiformats / js-multihashing

Use all the functions in multihash.
MIT License
11 stars 18 forks source link

feat: add many sha3 functions #24

Closed hacdias closed 6 years ago

hacdias commented 6 years ago

Closes #14.

Still missing tests.

daviddias commented 6 years ago

Thanks @hacdias :)

hacdias commented 6 years ago

Do you think we should add more tests? @diasdavid

daviddias commented 6 years ago

increasing test coverage is always important. One interesting thing to do is to add tests to https://github.com/multiformats/js-multihashing-async (which is the one used throughout IPFS) that compare multihashing to multihashing-async output to ensure everything is correct.