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
For some applications (see zksecurity/mina-credentials#18) it would be nice if o1js provable types could support a serialized form.
It's fine if this is possible for just a subset of provable types, like a list of base types and common combinators like Struct.
Serializable types would, for example, enable us to specify the logic for certain simple ZkPrograms without access to o1js directly, for example, inside a browser extension or mobile app.
The text was updated successfully, but these errors were encountered:
For some applications (see zksecurity/mina-credentials#18) it would be nice if o1js provable types could support a serialized form.
It's fine if this is possible for just a subset of provable types, like a list of base types and common combinators like
Struct
.Serializable types would, for example, enable us to specify the logic for certain simple ZkPrograms without access to o1js directly, for example, inside a browser extension or mobile app.
The text was updated successfully, but these errors were encountered: