mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-24 10:41:57 +03:00
Add codegen for core mapping ops
This commit is contained in:
parent
defb657e5a
commit
15187edfcf
@ -244,6 +244,7 @@ impl<'a> CodeGenerator<'a> {
|
||||
sym::Poseidon2 => "psd2",
|
||||
sym::Poseidon4 => "psd4",
|
||||
sym::Poseidon8 => "psd8",
|
||||
sym::Mapping => "",
|
||||
_ => unreachable!("All core function calls should be known at this time."),
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user