blob: f6816718048d8c2b81647123b52995b16664f270 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"constant":[["CASTAGNOLI",""],["CASTAGNOLI_TABLE",""],["IEEE",""],["IEEE_TABLE",""],["KOOPMAN",""],["KOOPMAN_TABLE",""]],"fn":[["checksum_castagnoli","Generates a Castagnoli 32 bit CRC checksum (AKA CRC32-C)."],["checksum_ieee","Generates a IEEE 32 bit CRC checksum (AKA CRC32)."],["checksum_koopman","Generates a Koopman 32 bit CRC checksum (AKA CRC32-K)."],["make_table","Builds a CRC32 table using the standard or reflected method."],["update","Updates input CRC value `value` using CRC table `table` with byte array `bytes`."]],"struct":[["Digest","`Digest` struct for CRC calculation"]],"trait":[["Hasher32",""]]};