Skip to content
CCPEDIAby Unity Nodes
Documentation/github-code/LFDT-Lockness/cggmp21View on github-code
github-code/LFDT-Lockness/cggmp21

LFDT-Lockness/cggmp21: docs/incomplete_key_share.md

Core key share is obtained as an output of [key generation protocol](crate::keygen()). It can not be used in signing protocol as it lacks of required auxiliary information. You need to carry out [key refresh protocol](crate::key_refresh()) to obtain "completed" [KeyShare].

READ ON GITHUB-CODE