cairo-vm
cairo-vm copied to clipboard
Improve is_zero
Perhaps the is_zero function in vm_core might be improved by using the is_zero method from the num_bigint library instead of constructing a zero value and comparing against it.