pub const SELECT_ACTIVE_HMAC_SQL: &str = "SELECT kid, secret FROM ff_waitpoint_hmac \ WHERE active = 1 \ ORDER BY rotated_at_ms DESC LIMIT 1";