|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.CRC24
org.bouncycastle.bcpg.FastCRC24
Field Summary |
Fields inherited from class org.bouncycastle.bcpg.CRC24 |
crc, CRC24_INIT, CRC24_POLY |
Constructor Summary | |
FastCRC24()
Fast CRC-24 implementation using a lookup table to handle multiple bits at a time. |
Method Summary | |
void |
update(int b)
|
void |
update3(byte[] buf,
int off)
|
Methods inherited from class org.bouncycastle.bcpg.CRC24 |
getValue, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FastCRC24()
Compare: Sarwate, Dilip V. "Computation of cyclic redundancy checks via table look-up."
Method Detail |
public void update(int b)
update
in class CRC24
public void update3(byte[] buf, int off)
update3
in class CRC24
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |