Download siphash-1.0.0.jar file - Jar s

Jar examples for s:siphash

Description

Various Java implementations of the SipHash cryptographic hash family.

You can download jar file siphash 1.0.0 in this page.

License

MIT License

Build File

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'

Download

Click the following link to download the jar file.

siphash-1.0.0-javadoc.jar
siphash-1.0.0-sources.jar
siphash-1.0.0.jar
siphash-1.0.0.pom



Related Tutorials