-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs(coprocessor): fix incorrect content in KMSVerifier section of contracts.md #1603
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
Conversation
🧪 CI InsightsHere's what we observed from your CI run for 08caed3. 🟢 All jobs passed!But CI Insights is watching 👀 |
abffb70 to
abee8e4
Compare
melanciani
left a comment
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.
thanks !
|
@Mergifyio queue |
✅ The pull request has been merged automaticallyDetailsThe pull request has been merged automatically at 8ee9f43 |
Merge Queue Status✅ The pull request has been merged at 08caed3 This pull request spent 13 minutes 2 seconds in the queue, including 11 minutes 7 seconds running CI. Required conditions to merge
|
Remove misplaced paragraph about input ciphertext verification from KMSVerifier section. That content incorrectly described InputVerifier functionality and referenced a non-existent function. Update InputVerifier section with accurate description of the input verification flow using coprocessor signers. Fixes zama-ai/fhevm-internal#797
abee8e4 to
08caed3
Compare
Summary
Context
The KMSVerifier section in
coprocessor/docs/fundamentals/fhevm/contracts.mdcontained a paragraph that incorrectly described InputVerifier functionality:This was incorrect because:
verifyInputEIP712KMSSignaturesreferenced in the docs doesn't exist in KMSVerifierActual responsibilities:
verifyDecryptionEIP712KMSSignatureswith KMS signer signaturesverifyInputwith coprocessor signer signaturesIdentified during PR review: #1597 (comment)
Test plan
Closes zama-ai/fhevm-internal#797