You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
问题描述
由于在
o1JS
的零知识电路中不能使用常规的for
循环或forEach
,而且includes
返回的是布尔类型,不能直接用于assertTrue
。我想知道在 o1JS 中,如何在零知识电路中检查某个 Field 是否在一个 Field[] 数组内?有没有合适的方法或思路可以解决这个问题?代码示例
额外说明
Beta Was this translation helpful? Give feedback.
All reactions