siphash-java icon indicating copy to clipboard operation
siphash-java copied to clipboard

SipHash in Java; zero-allocation and streaming implementations

Results 3 siphash-java issues
Sort by recently updated
recently updated
newest added

Can you make it a Java Module? The effort is minimal (see https://github.com/whitfin/siphash-java/pull/4), and the benefit is large ;-). I use siphash in a Gradle based open source project that...

This PR makes the artifact for this project a Java Module named `io.whitfin.siphash`, that exports the base package (`io.whitfin.siphash`).