Alex Dupre
Alex Dupre
I think you should use `signMessage(structuredDataEncoder.hashStructuredData(), ecKeyPair, false)` instead of `signPrefixedMessage(structuredDataEncoder.hashStructuredData(), ecKeyPair)`
Both seem spurious CI failures.
I'm still interested in getting it merged.
Come on, let's merge it ;-)
Given that there is already the implementation of XSala20 and ChaCha20-Poly1305 in BC, it shouldn't be too complex to add it. I've found some experiments with BC.NET in the following...
As far as I've understood the use of the layer with `live` (and similarly your second alternative with `managed`) is ok if you need to connect to a single server,...
A single channel can be used to communicate with multiple servers in a load-balancing or fail-over scenario, it doesn't seem the right way to communicate with different servers when you...