Closed ggutoski closed 3 years ago
Begin adding support for naive multisig as we discussed. This PR implements keygen only.
rng
crypto_tools
k256::ecdsa::{SigningKey, VerifyingKey}
SigningKey
k256_serde
secret_key_share.rs
Begin adding support for naive multisig as we discussed. This PR implements keygen only.
rng
module intocrypto_tools
.k256::ecdsa::{SigningKey, VerifyingKey}
, including custom zeroize-on-drop forSigningKey
. Tidyk256_serde
.k256_serde
.secret_key_share.rs
remains to be fleshed out. So far it's quite faithful to the GG20 API.