muji
muji
So that the TOTP struct will securely zero memory when it is dropped. For this to work I had to remove the generic on the TOTP struct as we need...
Fixes a bug on the Android platform that would cause this library to always fail with a "Mac Mismatch" error due to indeterministic key computation caused by floating point rounding...
Hi, Thanks for the library! I want to construct a `ZipDateTime` but do not want to use `chrono` as I already use `time` directly. I am porting from synchronous code...
Thanks for `wasm-pack`, it's really great! ## 💡 Feature description In some restricted environments (for example, [SES](https://github.com/tc39/proposal-ses)) the `fetch()` function may not be available and it would be desirable to...
It's often very useful to see the pty IO for debugging, this PR adds a `passthrough` option which reads and writes to stdout.
Paves the way to upgrade to `rand:0.8` by updating the `secp256k1` dependency to latest and removing the obsolete `rand_legacy` dependency.
Based on information in https://bitcoin.stackexchange.com/questions/83035/how-to-determine-first-byte-recovery-id-for-signatures-message-signing Would be great if you can review this please 🙏 Closes #82
The type `ecdsa.Signature` included `R` and `S` but no recovery id (or `v`) value which would be required for ethereum-style recoverable signatures. If memory serves correctly `v` is just whether...
I have set `connect_timeout()` and would expect the future to `Err` once the timeout expires but I am seeing my program hang indefinitely. I can reproduce it with any unreachable...
Hi, I am trying to update this dependency from `0.5.16` to `0.8` and I reference the `Loader` trait in a struct field: ```rust /// Lookup a language string in the...