waku-org / js-noise

Browser library using Noise Protocols for Waku Payload Encryption https://rfc.vac.dev/spec/35/
Apache License 2.0
3 stars 2 forks source link

chore: Export `NoiseSecureMessage` class #52

Closed EmilIvanichkovv closed 9 months ago

EmilIvanichkovv commented 9 months ago

The ability to craft Noise Secure Messages externally from the library would provide valuable extensibility. One example of this is when you want to create an override of the decoder / encoder that is generated after a handshake is successful.