pub(crate) struct InnerSignature {
pub(crate) r: EdwardsPoint,
pub(crate) s: EdwardsScalar,
}Fields§
§r: EdwardsPoint§s: EdwardsScalarTrait Implementations§
Source§impl From<InnerSignature> for Signature
impl From<InnerSignature> for Signature
Source§fn from(inner: InnerSignature) -> Self
fn from(inner: InnerSignature) -> Self
Converts to this type from the input type.
Source§impl TryFrom<&Signature> for InnerSignature
impl TryFrom<&Signature> for InnerSignature
Auto Trait Implementations§
impl Freeze for InnerSignature
impl RefUnwindSafe for InnerSignature
impl Send for InnerSignature
impl Sync for InnerSignature
impl Unpin for InnerSignature
impl UnsafeUnpin for InnerSignature
impl UnwindSafe for InnerSignature
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