rabin icon indicating copy to clipboard operation
rabin copied to clipboard

node native addon for rabin fingerprinting data streams [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]

Results 10 rabin issues
Sort by recently updated
recently updated
newest added

Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 4.0.3. Release notes Sourced from bl's releases. v4.0.3 Fix unintialized memory access v4.0.1 Remove false-positive Apache-exploit (Fixes #79). #80 v3.0.1 Fix unintialized memory access v3.0.0...

dependencies

Trying to execute `yarn` on a project that depends on `npm-ipfs` launches a bunch of errors. ```log warning Error running install script for optional dependency: "/home/nato/Code/gitlab.com/NatoBoram/public-gateway-cacher/node_modules/rabin: Command failed. Exit code:...

using node 6 and electron 1.4.14 (abi 50) ``` > [email protected] install /Users/kristinaschneider/projects/dat-projects/dat-desktop/node_modules/rabin > prebuild --install CXX(target) Release/obj.target/rabin/bindings.o ./Release/.deps/Release/obj.target/rabin/bindings.o.d.raw { dev: 16777220, mode: 33188, nlink: 1, uid: 501, gid: 20,...

(target=4.5.0 arch=x64 platform=win32)

i thinking it should be possible to implement this in pure js as well even though it'll probably be slower. we should add a pure js version that will be...

help wanted

By default, the number of bits used by the mask is 12. It means that if the fingerprint gives homogeneously distributed values, there is 1 chance over `2^12=4096` that it...

We should contribute the rabin modifications to the upstream source: https://github.com/fd0/rabin-cdc/issues/1

`chunk_cut_fingerprint` is not only useful inside the low level splitting algorithm. It can also be used by the JS program to group the sha256 hashes by using the upper bits...

I couldn't find under which terms you distribute your code.