Gary
Gary
@omershlo is it still relevant? If yes, we need to fix conflicts and make sure @oleiba is on top of it. He will review the cryptography and I will review...
[https://www.nccgroup.trust/us/our-research/technical-advisory-return-of-the-hidden-number-problem/](url)
Sounds related to gcc on iOS, I will dive deep. One solution could be to use for iOS a different big number library (pure Rust).
https://stackoverflow.com/questions/9513626/build-gmp-for-ios
Adding more doc, see: https://github.com/KZen-networks/multi-party-ecdsa/issues/11 for references.
@jeamick Yes that would be great, I updated slightly the task description. At the end the outcome of it should be a proper Rust doc for this crate. Feel free...
Can you edit the title and the description before we can merge this PR? Ideally we would like more details on what this DockerFile will do if we run it....
@omershlo You can squash and merge (make sure to select this option).
The storage layer must be abstracted (DAO: https://en.wikipedia.org/wiki/Data_access_object).
In the original issue: > save to local storage (cache) The storage can't be local because the server will be a fleet of stateless machine. When a request is issued...