Tobias Oberstein
Tobias Oberstein
see https://github.com/crossbario/autobahn-python/blob/master/autobahn/websocket/protocol.py#L3642
great to see support for `SealedBox` is coming (we will use it to add XBR support to AutobahnJava, a WebSocket/WAMP library). quick comments: * regarding constructors: the sender side only...
@om26er ok, I forked this to our org at https://github.com/crossbario/libsodium-jni - could you pls continue there and merge above - we need to continue work and are blocked on this,...
I agree with @joshjdevl the ephemeral key should not be a constructor parameter (provided externally), but IMO should be created newly each time `encrypt` is called, so that a single...
rgd deprecated classes: not sure what is meant here (what classes?). if sth is deprecated in _the future_, lets fix it then - unless the deprecated classes would be in...
@GeoffMontee > Unfortunately, I don't have much time to spend on tds_fdw these days. Would you be able to add this feature (and writable FDW) under a service contract (paid...
@GeoffMontee awesome! good job. thanks
`-Wall` is fine. If you want to get crazy, start making Boost compile with you excessive list of flags without warnings.
@benhuber I see. Such casts are definitely questionable. So yeah, we should go over the code base and fix these things ..