Package org.bouncycastle.bcpg
Class FastCRC24
java.lang.Object
org.bouncycastle.bcpg.CRC24
org.bouncycastle.bcpg.FastCRC24
-
Field Summary
Fields inherited from class org.bouncycastle.bcpg.CRC24
crc, CRC24_INIT, CRC24_POLY
-
Constructor Summary
ConstructorDescriptionFast CRC-24 implementation using a lookup table to handle multiple bits at a time. -
Method Summary
-
Constructor Details
-
FastCRC24
public FastCRC24()Fast CRC-24 implementation using a lookup table to handle multiple bits at a time.Compare: Sarwate, Dilip V. "Computation of cyclic redundancy checks via table look-up."
-
-
Method Details