Patrick Oscity
Patrick Oscity
I guess this is hard to do in plain Ruby, anyway. But libsamplerate (http://www.mega-nerd.com/SRC/) looks promising!
> I prefer keeping OpenSSL::Cipher as general as possible. I'm not sure about the default value, 16 bytes. It's usually OK with AES-GCM but how about other AE ciphers that...
@rhenium > As a general wrapper for EVP_CIPHER_CTX, a cipher-specific code or magic numbers should be minimized. In this point, in my opinion, the current default value of 16 in...
@rhenium I agree that having cipher specific code in the general `EVP_CIPHER_CTX` wrapper is not the best idea, but this already happened when adding AE features to it. So, while...
There seems to be some misunderstanding about what I am trying to suggest. I _don't_ want to change any default values, I just care about preventing truncation attacks. The reason...
Same issue on alpine linux, solved for now by installing the last tagged version ``` go install github.com/ddollar/forego@20180216151118 ```
So, as you are probably deprecating the JSON compatibility API, how about fixes for it? I noticed the typo `compatability` instead of `compatibility` in several places. Problem is that it...
Thanks for your detailed answer. We don't know yet whether this happens on a regular basis. The thing is, this process does not run very often, and further testing will...
Hey guys, I landed here after researching the origin of a large number of warning messages in a current project. Trying to keep the noise level low so that actual...
@behind-design well, that was quick 😉