Skip to main content

Module scheme

Module scheme 

Source
Expand description

CMP20 scheme registration.

Two logical operations — DKG and signing — exposed as two scheme names so the framework’s single-name/single-kind TcScheme trait can route each.

NameKindProduces
CMP20-ECDSA-P256Dkgper-party Cmp20Share + pubkey
CMP20-ECDSA-P256-SIGNSignature64-byte (r, s) ECDSA signature

Structs§

Cmp20EcdsaP256
CMP20 DKG scheme (registered as CMP20-ECDSA-P256).
Cmp20EcdsaP256Sign
CMP20 signing scheme (registered as CMP20-ECDSA-P256-SIGN).