Brent Lewis
Brent Lewis
https://stackoverflow.com/questions/56694497/how-are-the-number-of-digits-in-float-to-string-conversion-determined
It's an open issue, so I'm glad you commented. I didn't make the change because it seemed to have no support until now.
Thanks! Looking at the examples it does look like the code I have is still in line with the API. I'll work on figuring out a reproduction I can share.
I had to `use rsa::sha2::Sha256` instead of `use sha2::Sha256`.
Agreed, I'm authoring a PR for p384 as a workaround. Perhaps this issue has value nonetheless due to the minimal reproduction, which appears to be novel amongst the other tickets,...
> please make sure all checks are passed. Thanks. I got `cargo test` passing and pushed, but the checks are now cleared so I can't see if any more failed....
I'm rolling back the master branch on my fork so I can try the actions merging into my own master first. I'll close this PR in the meantime and re-open...
I had to create a new PR after rebasing. https://github.com/webrtc-rs/webrtc/pull/546
> Afaict you'll need your own Serialize and Deserialize traits, too You've pinpointed why I want to do this. I recently did exactly what you're suggesting. I made a bespoke...
I'll choose to take the qualification in your second paragraph as a non-zero possibility. I wouldn't make two copies of everything of course, since there should be ample opportunity for...