Chia-Network / clvm_rs

Rust implementation of clvm
Apache License 2.0
66 stars 57 forks source link

require valid G1 and G2 points for negate operator #309

Closed arvidn closed 1 year ago

arvidn commented 1 year ago

Even though the implementation is just flipping a bit, and the cost of the operation is very low, requiring a valid point really helps the implementation in the future, where we want to rely on the operator always getting a point in the internal representation (or failing)

coveralls-official[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 5213725811


Totals Coverage Status
Change from base Build 5211962396: 0.01%
Covered Lines: 5039
Relevant Lines: 5428

💛 - Coveralls