pub struct PedersenParams {
pub h: AffinePoint,
}Expand description
Second generator h = g^alpha for some unknown alpha.
Fields§
§h: AffinePointImplementations§
Trait Implementations§
Source§impl Clone for PedersenParams
impl Clone for PedersenParams
Source§fn clone(&self) -> PedersenParams
fn clone(&self) -> PedersenParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PedersenParams
impl RefUnwindSafe for PedersenParams
impl Send for PedersenParams
impl Sync for PedersenParams
impl Unpin for PedersenParams
impl UnsafeUnpin for PedersenParams
impl UnwindSafe for PedersenParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more