Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add example code for ECIES encryption and decryption
This commit adds example code for ECIES encryption and decryption using the `ecies-bls12381` package. It demonstrates how to generate key pairs, encrypt a message, and decrypt the ciphertext. The code also includes error handling for encryption and decryption operations.
- Loading branch information