-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add oberon proof size assertions #378
Conversation
ef7d8b2
to
4a51065
Compare
4a51065
to
9521c6d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we forcing the full 256 bytes of proof to be sent? Some languages only send the first 64.
Which ones? |
off the top of my head, I don't remember. Some of the language-specific blake3 bindings are different. Now that we have blake3 exposed via okapi, it won't be an issue. I'll track this verification work here: https://github.com/trinsic-id/sdk/issues/456 |
This is related to proof size of oberon. It wouldn't work with any other partial size. It used to be 96 bytes, now it's 256. |
ah okay. I was referring to the blake3 hashed nonce in sdk. Still something to change, but less related than I thought. |
@fundthmcalculus This can't be merged without your approval. Mind giving it thumbs up? |
No description provided.