cairo-native 0.9.0-rc.4

A compiler to convert Cairo's IR Sierra code to MLIR and execute it.
1
2
3
4
5
use core::ec::{ec_neg, EcPoint};

fn run_test(point: EcPoint) -> EcPoint {
    ec_neg(point)
}