How to Implement RLP #495
Unanswered
UrsaMajor-t
asked this question in
Q&A
Replies: 1 comment
-
Didn't see a RLP decoding snippet; some thoughts; if the length & types the input is not known, any decoding-in-circuit will be quite expensive. It might make more sense to do the decoding out-of-circuit and provide decoded inputs as a witness to the circuit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RLP decoding of data in the circuit, is there an example of implementation?
Beta Was this translation helpful? Give feedback.
All reactions