Dominic Pearson
Dominic Pearson
I investigated this briefly. It seems convoluted, and has JVM version specific methodology. It was attempted [here](https://github.com/boot-clj/boot/issues/185) (see [this snippet](https://github.com/tailrecursion/boot/blob/master/src/tailrecursion/boot/classlojure/core.clj#L40)), and the method used on later JVMs is given as...
It looks like this new API uses structs, namely `crypto_secretstream_xchacha20poly1305_state`. My experience with jnr-ffi isn't solid enough to know how to approach this unfortunately.
I did attempt to [add bindings](https://github.com/dspearson/caesium/tree/secretstream), but hit a roadblock: ` More than one matching method found: crypto_secretstream_xchacha20poly1305_init_push ` My lack of knowledge of jnr-ffi probably renders further work on...
While working on implementing the kx bindings, I also hit this same issue. It appears to be related to the use of call!, as using the method directly on the...
Just to add my 2c: I use name resolution in proxy mode, specifically with Tor (DNSPort, AutomapHostsOnResolve, HTTPTunnelPort). However, this is with an explicit :name-resolver, and using :tunnel? true.
This would be very nice to have. One of my projects is in a fairly early state of development, but this will be a necessary feature at some point; it's...
I was unable to reproduce with a fresh clone and build.