Hi
The Signer in example, which uses GG18, needs inputs including BKs and Shares.
Also the Sign of CGGMP needs inputs including shares, partial publickeys, bks, ssid, etc.
The master in bip32 outputs including BKs and shares so it can be used as an input of signer of GG18, but can't be an input of sign of CGGMP because it need so many other information.
Moreover the child in bip32 outputs shares without BKs, so it cannot be used as an input of any sign protocols.
So here is the question,
how can I use the outputs of bip32 to sign following CGGMP and GG18?
In detail, how can I make other necessary information including BKs to fit in the form of inputs of both Signs?
Thanks
Hi
The Signer in example, which uses GG18, needs inputs including BKs and Shares.
Also the Sign of CGGMP needs inputs including shares, partial publickeys, bks, ssid, etc.
The master in bip32 outputs including BKs and shares so it can be used as an input of signer of GG18, but can't be an input of sign of CGGMP because it need so many other information.
Moreover the child in bip32 outputs shares without BKs, so it cannot be used as an input of any sign protocols.
So here is the question,
how can I use the outputs of bip32 to sign following CGGMP and GG18?
In detail, how can I make other necessary information including BKs to fit in the form of inputs of both Signs?
Thanks