pub struct ProxyKeys {
pub sk: Scalar,
pub pk: Point,
}Expand description
Derived proxy keys with named fields for better type safety
Fields§
§sk: ScalarProxy’s derived secret key
pk: PointProxy’s derived public key
Implementations§
Trait Implementations§
impl Eq for ProxyKeys
impl StructuralPartialEq for ProxyKeys
Auto Trait Implementations§
impl Freeze for ProxyKeys
impl RefUnwindSafe for ProxyKeys
impl Send for ProxyKeys
impl Sync for ProxyKeys
impl Unpin for ProxyKeys
impl UnwindSafe for ProxyKeys
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