nucypher/ferveo

Remove the remainder of statfulness from the DKG instances

piotr-roslaniec opened this issue · 1 comments

  • Refers to the usage of DkgState in verification logic etc.
  • Replace this logic with on-the-fly verification and remove the DkgState
  • Consider whether a stateless DKG library would be easier to handle from nucypher/nucypher perspective. Alternatively, keep the DKG object stateful, but consider how to make testing integrations easier. Related: Sans-IO protocol implementations.