Simplify and Refactor Asymmetric Encryption/Decryption #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "development_fix_code"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR introduces a set of changes to improve the structure, readability, and functionality of the asymmetric encryption and keypair management logic. Specifically, it simplifies the ECIES-based encryption scheme and improves modularity in Ethereum wallet handling.
Changes
✅ Refactor keypair and Ethereum wallet handling
prepare_function_argumentsandconvert_token_to_rhaito theethereummodule for better organization.keypairmodule to use the newsession_managerstructure for improved clarity.KeyPairreferences withvault::keyspace::keypair_types::KeyPair.EthereumWalletmethods.🛠️ Fix build errors
ecdsa::VerifyingKeyandk256::elliptic_curve::PublicKey.✨ Simplify asymmetric encryption/decryption
development_fix_codeto Simplify and Refactor Asymmetric Encryption/Decryption