Jar examples for s:siphash
Various Java implementations of the SipHash cryptographic hash family.
You can download jar file siphash 1.0.0 in this page.
MIT License
You can use the following script to add siphash-1.0.0.jar to your project.
<dependency> <groupId>com.zackehh</groupId> <artifactId>siphash</artifactId> <version>1.0.0</version> </dependency>
compile group: 'com.zackehh', name: 'siphash', version: '1.0.0'
libraryDependencies += "com.zackehh" % "siphash" % "1.0.0"
<dependency org="com.zackehh" name="siphash" rev="1.0.0"/>
@Grapes(@Grab(group='com.zackehh', module='siphash', version='1.0.0'))
'com.zackehh:siphash:jar:1.0.0'
Click the following link to download the jar file.
siphash-1.0.0-javadoc.jar