crc30

There are 2 repositories under crc30 topic.

  • Roydl/Crypto

    :books: Provides a handy way to hash data using Adler32, CRC (8-bit to 82-bit, and customizable without bit restriction), MD5, SHA-1 and SHA-2 (256-bit, 384-bit and 512-bit), including HMAC keyed hashing for some types. Functions for encrypting and decrypting data with Rijndael (128-bit, 192-bit and 256-bit) are also offered

    Language:C#9101
  • aohzju/GenericCRC

    A generic CRC implementation in Python, which supports arbitrary CRC size.

    Language:Python1100