cairo-native 0.9.0-rc.3

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

fn run_test(point: NonZero<EcPoint>) -> (felt252, felt252) {
    ec_point_unwrap(point)
}