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
Copy file name to clipboardExpand all lines: gateway-contracts/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The **FHEVM Gateway** is a set of smart contracts that enables decrypting FHE ci
15
15
|`InputVerification`| Verify an input's zero-knowledge proof of knowledge (ZKPoK) | - Verify a ZKPoK<br>- Reject a ZKPoK |
16
16
|`MultichainACL`| Centralize Access Control Lists (ACL) from all host chains | - Grant account access to ciphertexts<br>- Authorize public decryption of ciphertexts<br>- Delegate account access to ciphertexts |
17
17
|`CiphertextCommits`| Store ciphertext commitments from all host chains | - Store regular ciphertext commitments<br>- Store Switch and Squash (SNS) ciphertext commitments |
18
-
|`KmsManagement`| Orchestrate KMS-related materials | 🚧 _Not in use yet_ 🚧 |
18
+
|`KMSGeneration`| Orchestrate KMS-related materials | 🚧 _Not in use yet_ 🚧 |
19
19
|`GatewayConfig`| Administer configuration settings | - Register KMS nodes, coprocessors and host chains. <br> - Update KMS nodes, coprocessors and host chains. |
0 commit comments