@martinthomson noted in #173 that the KID value be reused, e.g., when the epoch rolls over in the MLS case. That's OK as long as the base_key is different on either side of the roll-over. This PR updates the uniqueness constraints to capture that option.
@martinthomson noted in #173 that the KID value be reused, e.g., when the epoch rolls over in the MLS case. That's OK as long as the
base_key
is different on either side of the roll-over. This PR updates the uniqueness constraints to capture that option.