Skip to content
CCPEDIAby Unity Nodes
Documentation/GitHub Code/LFDT-Lockness/cggmp21View on GitHub Code

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