carbynestack / klyshko

Carbyne Stack correlated randomness generation subsystem
Apache License 2.0
4 stars 2 forks source link

Ensure that supported tuple types for CRGs do not overlap #83

Open strieflin opened 1 year ago

strieflin commented 1 year ago

Currently, no tuples are generated for a given type, when two or more generators for that tuple type are deployed. The error message is logged but is not very prominent. We might implement a validating admission controller that rejects generator deployment when a generator for the same tuple type is present already.