-
I have recently started receiving the following error:
`java.security.InvalidKeyException: Not an EC key: RSA`
I am not really sure what causes the error, but suspect some sort of CryptoFactory pro…
-
Hi, your library is very conducive, and I wonder if you are planning to integrate the protocol by Canetti et al.?
https://eprint.iacr.org/2020/492.pdf
-
Hi @peng-huang-ch , I need your help to implement example code for running ZenGo mpc-eddsa repository. Can you please help me how did you run this repo in local because I tried many times to run this …
-
There seems to be an error in encoding/decoding of a GE ([Ed25519Point](https://github.com/ZenGo-X/curv/blob/b3b9c39b3113395604c50a248dfd3b9bbaa034fa/src/elliptic/curves/ed25519.rs#L45)) in version 0.…
-
**Issue summary**
CGGMP paper requires that the ring-Pedersen parameters is a product of safe primes. For security we need to generate 1024 bit safe primes, which is quite time-consuming. One issue…
-
The most challenging task in protocol execution is establishing secure p2p & broadcast channels. Transport layer would help users to build a reliable solution.
-
The Crypto API already has definitions for the SM3 hash algorithm and a SM4 block cipher key type.
CSTC also defines the SM2 public-key algorithms for digital signature, key exchange, and asymmetri…
-
For storing signatures. Should be analogous to `multikey` (https://github.com/ipfs/specs/issues/58).
_Note: this is just a quick writeup, up for debate._
Following the usual structure:
``
Signature…
-
```
#!watchflakes
default
-
Hi there,
Is there anyway I can derive or prove if a single signer is part of the group of signers on-chain without having the whole group sign, i.e. through the public key or a signature proof?
…