Struct nash_protocol::protocol::dh_fill_pool::R1FillPool [−][src]
pub struct R1FillPool {
pub publics: Vec<Secp256r1Point>,
pub secrets: Vec<Secp256r1Scalar>,
}Expand description
Values for r1 curve (NEO)
Fields
publics: Vec<Secp256r1Point>secrets: Vec<Secp256r1Scalar>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for R1FillPool
impl Send for R1FillPool
impl Sync for R1FillPool
impl Unpin for R1FillPool
impl UnwindSafe for R1FillPool
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