jar

net.boeckling : crc-64

Maven & Gradle

Jan 02, 2015
10 stars

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

Table Of Contents

Latest Version

Download net.boeckling : crc-64 JAR file - Latest Versions:

All Versions

Download net.boeckling : crc-64 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window crc-64-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.boeckling.crc

├─ net.boeckling.crc.CRC64.class - [JAR]

Advertisement