pub fn fingerprint(bytes: &[u8]) -> u32
CRC32 Fingerprint.
use turn_server::codec::crypto::fingerprint; assert_eq!(fingerprint(b"1"), 3498621689);