muji

Results 61 issues of muji

Hi, Thanks for the library, I am having trouble compiling `ring:0.16.20` on Windows (I don't usually use windows so this is all very new to me). I have followed the...

Hi @sunng87 , I saw [this issue](https://github.com/sunng87/handlebars-rust/issues/44) from a long time ago but it seems I am still able to create stack overflows pretty easily. I can certainly create them...

question

Hi, I really admire the fluent design, it is elegant - thank you! I was following the documentation here: https://www.projectfluent.org/fluent/guide/builtins.html And wanted to try out the `DATETIME()` function but I...

enhancement
help wanted
crate:fluent-bundle

The `create_safe_primes()` function calls `generate_h1_h2_N_tilde()`: https://github.com/ZenGo-X/multi-party-ecdsa/blob/c94065fbf37132dccc7955cf2627866e87c162bf/src/protocols/multi_party_ecdsa/gg_2020/party_i.rs#L179-L199 However, in `generate_h1_h2_N_tilde()` the call to `Paillier::keypair_safe_primes()` is commented out: https://github.com/ZenGo-X/multi-party-ecdsa/blob/c94065fbf37132dccc7955cf2627866e87c162bf/src/protocols/multi_party_ecdsa/gg_2020/party_i.rs#L138-L140 Does this weaken the support for safe primes? Is using safe primes still...

Could you please publish `multi-party-ecdsa` to crates.io? I would like to depend on this crate and publish to crates.io but cannot as I need to use `git` dependencies to reference...

Does the implementation of GG2020 support key re-sharing? If so, is there an example of the re-sharing part of the protocol I could take a look at. Thanks, as always...

I touched upon this earlier in [this comment](https://github.com/ZenGo-X/multi-party-ecdsa/issues/138#issuecomment-985936882) but want to create a separate issue to explain context and discuss this problem. I have successfully ported the gg18 example to...

I have been investigating using multi-party ECDSA in WASM and wanted to know if there are plans to support the `wasm32-unknown-unknown` target so we could use this library from the...

Hi, thanks for this library it is quite impressive and I enjoyed reading the blog post. I am using it to do some basic rewriting where I need access to...

Thanks for `rusoto` my experience so far has been great :+1: I would like to use `Region` in the settings for my application but it is awkward to integrate as...