pub const INSERT_HMAC_ROW_SQL: &str = "INSERT INTO ff_waitpoint_hmac \ (kid, secret, rotated_at_ms, active) \ VALUES (?1, ?2, ?3, 1)";