cairo-native 0.9.0-rc.6

A compiler to convert Cairo's IR Sierra code to MLIR and execute it.
1
2
3
4
5
use core::pedersen::pedersen;

fn main(a: felt252, b: felt252) -> felt252 {
    pedersen(a, b)
}