cairo-native 0.9.0-rc.5

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

fn run_test(a: felt252, b: felt252, c: felt252) -> (felt252, felt252, felt252) {
    hades_permutation(a, b, c)
}