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
I think an easy way to support decryption is to add a specifier namd encrypted which works similar to bytes but accepts an extra function argument which has type Bytes -> Bytes, so that we can easily decrypt payloads by providing such a function.
Suppose we have the decryption key, is it possible to decrypt an encrypted payload with this DSL?
PS: What I want is to decrypt the packet defined in this script, according to this document.
The text was updated successfully, but these errors were encountered: