waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
162 stars 41 forks source link

chore: improve crypto primitives export #1955

Open weboko opened 2 months ago

weboko commented 2 months ago
This is a **change request** ## Problem From https://github.com/waku-org/js-waku/pull/1754 - would be neat to rethink and improve usage of crypto primitives. ## Proposed Solutions Do: - [ ] look into projects that might be using `@waku/message-encryption`; - [ ] change in a way that makes sense according to observed usage;