mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
zkas/vm: Add bool_check opcode.
This commit is contained in:
@@ -45,4 +45,6 @@ circuit "Opcodes" {
|
||||
public = ec_mul_base(secret, NULLIFIER_K);
|
||||
constrain_instance(ec_get_x(public));
|
||||
constrain_instance(ec_get_y(public));
|
||||
|
||||
bool_check(one);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user