Struct nash_protocol::protocol::dh_fill_pool::K1FillPool [−][src]
pub struct K1FillPool {
pub publics: Vec<Secp256k1Point>,
pub secrets: Vec<Secp256k1Scalar>,
}Expand description
Values for k1 curve (Bitcoin and Ethereum)
Fields
publics: Vec<Secp256k1Point>secrets: Vec<Secp256k1Scalar>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for K1FillPool
impl Send for K1FillPool
impl Sync for K1FillPool
impl Unpin for K1FillPool
impl UnwindSafe for K1FillPool
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more