File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,8 +93,10 @@ cargo run --example minimal-public-decryption-response
9393| uint8-256 | ✅ | ` add_u8() ` through ` add_u256() ` |
9494| address (eaddress) | ✅ | ` add_address() ` |
9595| ** Decryption** | | |
96- | Public Decrypt | ✅ | Full builder pattern support |
97- | User Decrypt | ✅ | With EIP-712 signatures |
96+ | Public Decrypt Request | ✅ | Full builder pattern support |
97+ | Public Decrypt Response | ✅ | Full builder pattern support with EIP-712 signatures verification |
98+ | User Decrypt Request | ✅ | With EIP-712 signatures generation |
99+ | User Decrypt Response | ❌ | Response construction is working but issue using kms client response signature verification |
98100| Delegated Decrypt | ❌ | Not yet implemented |
99101| ** Key Management** | | |
100102| Generation/Loading | ✅ | Automatic key management |
You can’t perform that action at this time.
0 commit comments