safebrowsing-hash 0.1.0

Hash generation and prefix matching for Google Safe Browsing API
Documentation

Hash generation and prefix matching for Google Safe Browsing API

This crate provides the hash generation and prefix matching functionality used in the Safe Browsing API. The API works with SHA256 hashes of canonicalized URLs, typically using the first 4 bytes (32 bits) of the hash as a prefix for efficient lookups.