Description:
CS-SSVDKG-002 At line 282 of pkgs/initiator/initiator.go, verifyMessageSignatures() is called on the kyberMsgs variable. However, those messages have already been verified at line 264. The context suggests that the intent was to check the signatures on dkgResult, which are currently never verified.
Solution:
verifyMessageSignatures() for dkgResult instead of kyberMsgs
Description:
CS-SSVDKG-002 At line 282 of pkgs/initiator/initiator.go, verifyMessageSignatures() is called on the kyberMsgs variable. However, those messages have already been verified at line 264. The context suggests that the intent was to check the signatures on dkgResult, which are currently never verified.
Solution:
verifyMessageSignatures()
fordkgResult
instead ofkyberMsgs