Open
Description
This is a bug report
Problem
When you use ECIES createEncoder
from message-encryption
package and publish via Lightpush, the message is encrypted for each peer, which results in different payload for each lighpush peer (because randomness is part of encryption https://github.com/waku-org/js-waku/blob/master/packages/message-encryption/src/crypto/ecies.ts#L128)
This is problematic because it wastes resources on encrypting multiple time and it also means differen message hash, so it is harder to deduplicate.
Proposed Solutions
Not sure:)
Notes
Metadata
Metadata
Assignees
Type
Projects
Status
Icebox