Closed 0xJohnnyGault closed 2 years ago
Audit: KS-SBCF-F-04
Location: protocols/cmp/keygen/round3.go:60
Description
The method StoreBroadcastMessage checks that every parameter in the broadcast3 structure is not nil, however, the body.SchnorrCommitments parameter is not validated. If this parameter is set to nil, the code panics.
Audit: KS-SBCF-F-04
Location: protocols/cmp/keygen/round3.go:60
Description
The method StoreBroadcastMessage checks that every parameter in the broadcast3 structure is not nil, however, the body.SchnorrCommitments parameter is not validated. If this parameter is set to nil, the code panics.