moolb-js

Bloom filter for javascript with pluggable hasher backend
git clone git://git.defalsify.org/moolb-js.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2020-10-31 11:25Add automatic adapters for nodejs and web crypto backends for hashingnolash2+51-23
2020-10-31 03:13Change hasher signature to single argnolash1+43-13
2020-10-30 21:30Add READMEnolash1+25-0
2020-10-30 21:26Bump version, add missing dist and test filesnolash6+978-28
2020-10-30 19:15Change inputs to uint8array, move execution code to mocha testnolash3+135-80
2020-10-29 21:17Add false case in outputnolash1+1-21
2020-10-29 19:43Initial commitnolash1+100-0