Serializes ECIESEncrypted to hex string for storage or transmission.
Encrypted data structure from encrypt().
encrypt()
Hex string representation.
const hexString = serializeECIES(encrypted);// Store hexString in database or send over network Copy
const hexString = serializeECIES(encrypted);// Store hexString in database or send over network
Serializes ECIESEncrypted to hex string for storage or transmission.