In EC keys store the data as EC_Scalar / EC_AffinePoint #5607
Annotations
1 error and 2 warnings
|
src/lib/pubkey/ecc_key/ec_key_data.cpp#L19
the parameter 'x' is copied for each invocation but only used as a const reference; consider making it a const reference
|
src/lib/pubkey/ecc_key/ec_key_data.cpp#L20
passing result of std::move() as a const reference argument; no move will actually happen
|
This job failed
Loading