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
We need a zencode_signed_exec(_tobuf) call that executes only scripts signed by a public key that is either passed at build time or runtime. The signature verification needs to be fenced out of Lua init and happen before: no computation without signature verification.
The text was updated successfully, but these errors were encountered:
We need a
zencode_signed_exec(_tobuf)
call that executes only scripts signed by a public key that is either passed at build time or runtime. The signature verification needs to be fenced out of Lua init and happen before: no computation without signature verification.The text was updated successfully, but these errors were encountered: