Package org.bouncycastle.bcpg
Class FastCRC24
- java.lang.Object
-
- org.bouncycastle.bcpg.CRC24
-
- org.bouncycastle.bcpg.FastCRC24
-
public class FastCRC24 extends CRC24
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.bcpg.CRC24
crc, CRC24_INIT, CRC24_POLY
-
-
Constructor Summary
Constructors Constructor Description FastCRC24()
Fast CRC-24 implementation using a lookup table to handle multiple bits at a time.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(int b)
void
update3(byte[] buf, int off)
-