Tony Arcieri
Tony Arcieri
Would a suggestion to use `TryFrom` and a adding list to the `spki` crate's rustdoc of some of the types in various RustCrypto crates which support the conversion be helpful...
I believe you can put `#[cfg(not(miri))]` on anything that's particularly slow
> ### Solution 1, but now with an extra limb. > That more-or-less requires us to keep UNSAT_LIMBS around which is exactly what we're trying to avoid. @erik-3milabs if it's...
@erik-3milabs looks like this one needs a rebase
Oh sorry, my bad, overlooked you already did this
This is the closest thing I ever wrote to such a crate: https://github.com/iqlusioninc/iqkms/tree/main/iq-crypto
Closing in favor of #736
It's another possible option, yes
Do `Prover`s need to support multiple different `Proof` types? If not `Proof` could be an associated type (likewise with `Verifier`)
For `signature`, our downstream crates make extensive use of overlapping impls for different signature types. See the `ecdsa` crate as an example: https://docs.rs/ecdsa/latest/ecdsa/struct.SigningKey.html#impl-PrehashSigner%3C(Signature%3CC%3E,+RecoveryId)%3E-for-SigningKey%3CC%3E I don't foresee that being as much...