Ilia Shirobokov
Ilia Shirobokov
YubiHSM2 mentioned in https://github.com/cosmos/cosmos/blame/master/VALIDATORS_FAQ.md#L239 as one of the methods to handle key management. But I can't find some instruction how to bind YubiHSM and Cosmos. How can I do it?
Hello! According to the original papers, a dealer of the VSS/DKG schemes has to broadcast polynomials commitments [(Deal.Commitments](https://github.com/dedis/kyber/blob/master/share/vss/rabin/vss.go#L85) in Kyber). In Kyber, these commitments are encrypted together with deals. So...
Local verifier is required for many cases, so it makes sense to implement it standalone form similar to the proof-producer (https://github.com/NilFoundation/proof-producer).