Represents ECIES encrypted data in eccrypto-compatible format.
This structure maintains backward compatibility with data encrypted using the legacy eccrypto library.
Initialization vector (16 bytes)
Ephemeral public key (65 bytes uncompressed)
Encrypted data
Message authentication code (32 bytes)
Represents ECIES encrypted data in eccrypto-compatible format.
Remarks
This structure maintains backward compatibility with data encrypted using the legacy eccrypto library.