Adrià Casajús
Adrià Casajús
Added EncryptWriter and DecryptReader methods that allow to encrypt/decrypt large chunks of data without using lots of mem. Also added some reordering.
I'm trying to generate a SignedSecretKey that's unlocked from a locked one, but the only thing I can do is unlock each secret key in the SignedSecretKey individually. Is there...
I need to use kgpgp in a webworker. When I try to do so I get ``` No rng found; tried requiring "crypto" and window.crypto ``` since there's no window...
Check accounts against `https://haveibeenpwned.com/api/v2/breachedaccount/{account}` as shown [here](https://haveibeenpwned.com/API/v2#BreachesForAccount)
Looking at the docs it says that `Send` and `Sync` are not implemented for connection but in your r2d2-odbc crate it is "unsafely" implemented. Can they be implemented in this...
The backtrace that pops when rails reloads in dev environment is: ``` activesupport-4.0.1/lib/active_support/dependencies.rb:446:in `load_missing_constant': A copy of Api::NotificationController has been removed from the module tree but is still active! (ArgumentError)...
Allow users to define a custom template compilation function
method to ensure that certain function arguments arguments are required by the function
Due to https://github.com/pypa/setuptools/issues/4519 and setuptools deprecating a method that breaks a lot of old packages. We've tried setting it as a dependency, setting it in the `requires` of the `build-system`...