Package generic.algorithms
Class CRC64
- java.lang.Object
-
- generic.algorithms.CRC64
-
public class CRC64 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CRC64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
finish()
void
update(byte[] buf, int off, int len)
-