pub fn warn_if_salt_unusable(salt: Option<&str>)Expand description
Emit a ONE-TIME startup warning if the configured salt is not usable.
SECURITY: only the verdict class is logged — never the salt value or any substring of it. Called once when the engine resolves the salt.