Friedel Ziegelmayer
Friedel Ziegelmayer
this would be great, need the support for [email protected]
@mxinden I can take a look next week probably, if nobody claims it before. @thomaseizinger I would try to avoid smol in this setup and use tokio/async-std directly depending on...
I am failing to do this, because this needs to enable features depending on the target, and cargo has not implemented this yet :/ If anyone has ideas, I am...
How about the following template: ``` md # > --- This page was generated from http://dist.ipfs.io. You can go there for further details, or visit us at https://ipfs.io. ```
Generally I think having some type information is a good way to go, but this would mean the json would be very different in the multi case vs the singular...
@tarcieri @pinkforest what's the state here?
Sorry my example is bad, I am happy with just `u32` and `u64` support for this. (Updated the example)
> To be clear @dignifiedquire tried to add generic mulmod in RustCrypto/utils#510 but it was buggy so we backed it out. I'll get there, soon (TM)
I would suggest having the different algorithms behind specific methods, such that downstream implementors can choose the algorithm, eg `fn sqrt_tonelli_shank()`.