dedis / kyber

Advanced crypto library for the Go language
Other
636 stars 168 forks source link

Simplified 32-bit fail fix #529

Closed matteosz closed 3 months ago

matteosz commented 3 months ago

This PR is a simplification for #502 . The error was due to the protobuf decoding of an int field in the PriShare struct, only changing that field should solve the issue and minimise the risk since the changes are now minimal.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
94.1% Coverage on New Code
8.2% Duplication on New Code

See analysis details on SonarCloud