Function bgpkit_parser::parser::utils::crc32

source ·
pub fn crc32(input: &str) -> String
Expand description

A CRC32 implementation that converts a string to a hex string.

CRC32 is a checksum algorithm that is used to verify the integrity of data. It is short in length and sufficient for generating unique file names based on remote URLs.