-
Hi Snwagh
When I use different commands and arguments, there is no change in the Rolling accuracy (100%). Could you give some tips for it or did I run it in wrong way?
./Falcon.out 2 files/IP_loca…
-
In 77f9154 under Linux/GTK3, I am not seeing any graph.
With the changes in https://github.com/simlei/crypto/commit/3f48a73d4f8368f5d6826efebb477e58f9ddbccb I am seeing a graph. The reason for it n…
-
Each Vault will have it's own individual symmetric key for aes encryption. This needs to be secret. We also need to determine where to store the encrypted vault key so it can be retrieved easily when …
-
You could also look at implementing Shamir's so that you can create more parts but don't need all of them. Might be a fun project.
Could probably just import this library and use the split method …
-
1. Settings --> Coefficients: When all chosen coefficients are zero, a deadlock is reached.
2. Parameter box: The value p should be greater than n (p > n). That is incorrect. Is has to be (p > r)
~…
-
When you are in contact with multiple persons, how do you know which share was emitted by which phone? Basically, how do you correctly regroup shares?
- On iOS, you don't have access to the BLE adv…
-
With Shamir's Secret Sharing, to perform a recovery, we must know the "fragment index" of the corresponding fragment. A fragment index is used as an input to a Polynomial where the coefficients are th…
tuxxy updated
4 years ago
-
Trezor now ships with support for [SLIP-0039 : Shamir's Secret-Sharing for Mnemonic Codes](https://github.com/satoshilabs/slips/blob/master/slip-0039.md).
Although it seems [a bit less efficient th…
-
AG-MPC is full-threshold, meaning that one honest party is sufficient for security.
In some settings, one may desire threshold security in exchange for better performance, e.g., assuming 20 out of…
-
This is a feature request.
So far, and as far as I am aware, terraform gives control to one user to apply or destroy changes. This is ok for the majority of the cases but up to a certain extent, so…