nash-mpc 1.2.4

MPC wallet library providing threshold signatures for Nash exchange
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "secp256k1")]
pub mod secp256_k1;
#[cfg(feature = "k256")]
pub mod secp256_k1_rust;

pub mod secp256_r1;
pub mod traits;