Skip to content

Commit 6714415

Browse files
committed
docs(sdk): update features status
1 parent 723fff4 commit 6714415

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

sdk/rust-sdk/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)