-
For more information see here: https://github.com/KZen-networks/multi-party-ecdsa/issues/18#issuecomment-405567334.
Use https://github.com/zkcrypto/ff for https://github.com/KZen-networks/cryptogra…
-
## Problem
Space on-chain is precious, and ECDSA suffers from two main problems:
* ECDSA signatures are [malleable](https://en.wikipedia.org/wiki/Malleability_(cryptography));
* Their size in b…
-
I'm using Windows 10 Home Single Language, Version 1903 Build 18362.356 on a laptop with a 64-bit 2 core processor with 4 available threads.
The configuration command I ran first was:
```
pe…
-
I have an older [TG-1](https://www.internode.on.net/support/guides/internet_access/broadband_adsl/tg-1/).
Do you know of any way to unlock it?
e.g. exploits you have have found in the technicolor we…
-
## Context / issue
Right now, checkSignatures in Gnosis Safe uses a loop to define the threshold signature. This is inefficient and could be easily offloaded to the cryptographic protocol using a thr…
GuthL updated
5 years ago
-
This issue is dependent of https://github.com/KZen-networks/multi-party-ecdsa/issues/5. Code has been added to https://github.com/mortendahl/rust-paillier in order to do this. Need to be use in 2 part…
-
Hi I am trying to upgrade kubernetes by setting:
kubernetesVersion: v1.14.0
in cluster.xml, but it won't work, and failed while building CF stack for controller.
Any suggestions if we can use kube…
daili updated
5 years ago
-
Issue Type:
Bug Report
Ansible Version:
ansible 2.0.0 (devel 70677b030b) last updated 2015/09/04 16:32:33 (GMT -700)
lib/ansible/modules/core: (detached HEAD 2520627fe7) last updated 2015/09/04 1…
-
https://github.com/zkcrypto/ff contain Traits and utilities for working with finite fields.
Before using it let's test how it can fits in our design. i.e. use it instead of mod_mul or mod_sub
-
### I did this
I tried to merge [libcurl server push ](https://curl.haxx.se/libcurl/c/http2-serverpush.html) and [libcurl getinmemory](https://curl.haxx.se/libcurl/c/getinmemory.html) examples. Here …