ltonetwork / seasalt

NaCl compatible cryptography library using Bouncy Castle (Java)
Apache License 2.0
3 stars 1 forks source link

Add support for ECIES encryption #45

Open jasny opened 11 months ago

jasny commented 11 months ago

Encryption for ECDSA (secp256k1 and secp256r1) accounts is done using ECIES Hybrid Encryption Scheme, which combines ECDSA with AES.