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
This is true, but I think init api is more cleaner to return a jwt instance which can be then used to call other methods.
With v0.3.0, if the assert_claim() is called before verify(), then Noir will throw a warning saying there are values from unconstrained code that is not constrained anywhere in circuit.
Users may accidentally forget to call
jwt.verify()
. Is there any reason not to combine.init
and.verify
into a single function?Before:
After:
Also, for partial hashing:
The text was updated successfully, but these errors were encountered: