checksum - Java Code for CRC 128 bit -


i need compute crc 128 bit checksum strings extracted documents.

i looking around on internet cant find pseudo code or java code.

so can me?

thanks attention.

the wikipedia article on computation of crc-checksums contains explanations on crc algorithms , shows pseudocode well

http://en.wikipedia.org/wiki/computation_of_cyclic_redundancy_checks


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -