Static
isExpose eciesjs library configuration
Static
aes256Static
aes256Static
eciesDecrypt the given plaintext using ECIES (Elliptic Curve Integrated Encryption Scheme) with SECP256K1 for the asymmetric calculations, HKDF as the key-derivation function, and AES-GCM for the symmetric encryption and MAC algorithms.
Static
eciesEncrypts the given plaintext using ECIES (Elliptic Curve Integrated Encryption Scheme) with SECP256K1 for the asymmetric calculations, HKDF as the key-derivation function, and AES-GCM for the symmetric encryption and MAC algorithms.
Utility class for performing common, non-DWN specific encryption operations.