SipHash

Various Java implementations of the SipHash cryptographic hash family.

License

License

GroupId

GroupId

io.whitfin
ArtifactId

ArtifactId

siphash
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

SipHash
Various Java implementations of the SipHash cryptographic hash family.
Project URL

Project URL

https://github.com/whitfin/siphash-java

Download siphash

How to add to project

<!-- https://jarcasting.com/artifacts/io.whitfin/siphash/ -->
<dependency>
    <groupId>io.whitfin</groupId>
    <artifactId>siphash</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.whitfin/siphash/
implementation 'io.whitfin:siphash:2.0.0'
// https://jarcasting.com/artifacts/io.whitfin/siphash/
implementation ("io.whitfin:siphash:2.0.0")
'io.whitfin:siphash:jar:2.0.0'
<dependency org="io.whitfin" name="siphash" rev="2.0.0">
  <artifact name="siphash" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.whitfin', module='siphash', version='2.0.0')
)
libraryDependencies += "io.whitfin" % "siphash" % "2.0.0"
[io.whitfin/siphash "2.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.14.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0