pub const DEFAULT_RAPID_SECRETS: RapidSecrets;Expand description
The default rapidhash secrets used in the C++ implementation.
We recommend generating your own secrets using the crate::v3::RapidSecrets::seed method to avoid
trivial collision attacks if you need minimal HashDoS protection.