-
> PyCryptodome can be used as: an almost drop-in replacement for the old PyCrypto library
PyCrytpo's development momentum seems to be paused since 2014; 58 pull requests currently open, 136 open is…
-
## Context
In the chapter on [Redundant Metal Devices](https://github.com/BlockchainCommons/SmartCustodyWhitePapers/blob/master/%23SmartCustody-_Simple_Self-Custody_Cold_Storage_Scenario.md#-optional…
-
**Is your feature request related to a problem? Please describe.**
I need a new private/public key pair for this social recovery wallet. I shouldn't have to use a previously created private/public …
-
Every time Vault server is restarted through the deployment update, or BOSH resurrector, it's started up in a seal state. Vault server has to be unsealed manually via Vault cli or api before it can be…
-
The Viff codebase already has a nice python abstraction for finite fields (viff/field.py) and for matrices over finite fields. Polynomials over finite fields are also generally useful. These are alrea…
-
## Overview
Currently we use the default prime-order field that is provided in the https://github.com/zkcrypto/ff crate, i.e. the 255-bit that is used by the JubJub curve: https://github.com/brave-…
-
The message header format defines the primary artifact that OnEncrypt produced as "Encrypted Data Keys". Not all encryption schemes will need to literally create only multiple encrypted copies of the …
-
[Cypherock](https://www.cypherock.com/) is on a mission to build the world's safest web3 hardware wallet. The Cypherock X1 is designed such a way that users do not need to write down their seed phrase…
-
Clarify whether having `MPCProtocol` be generic over a secret-shared number with an associated type makes sense for the kinds of MPC protocols we want to support.
-
Hey @cryptoquick really cool repo!
I read in the intro readme:
> it can be uploaded to a remote peer, and random 1KB slices of that data can be periodically checked against a local hash to verif…