themadcreator / rabinfingerprint

A very collision-resistant fingerprint method.
Other
58 stars 27 forks source link

Depends on google guava #4

Open nathantippy opened 9 years ago

nathantippy commented 9 years ago

Since Guava is always in motion and there are many version conflicts in large enterprise environments it would be very cool if this dependency could be removed.

aarondav commented 6 years ago

(btw - turns out only handprint depends on guava, so if you want to just use the standard fingerprint stuff, you can just remove the main and test files for handprint and it compiles without guava.)