Skip to content

MI-05 Unavailability Through Faulty Error Handling #77

@xoloki

Description

@xoloki

When a signer runs the method dkg_private_shares() upon receiving private share, the execution will run the line

      self.dkg_private_shares
           .insert(src_signer_id, dkg_private_shares.clone());

before attempting decryption so that if decryption fails, the hashmap will still contain the value.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions