net.boeckling:crc-64

Fast implementation of CRC64. Original code by Roman Nikitchenko/[email protected] (see http://stackoverflow.com/a/20586626/58962), speedup provided by Mark Adler's nested lookup table design: http://stackoverflow.com/a/20579405/58962

License

License

Categories

Categories

Net
GroupId

GroupId

net.boeckling
ArtifactId

ArtifactId

crc-64
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

net.boeckling:crc-64
Fast implementation of CRC64. Original code by Roman Nikitchenko/[email protected] (see http://stackoverflow.com/a/20586626/58962), speedup provided by Mark Adler's nested lookup table design: http://stackoverflow.com/a/20579405/58962
Project URL

Project URL

https://github.com/MrBuddyCasino/crc-64

Download crc-64

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0