#[repr(C)]pub struct ocrypto_ed25519_ctx {
pub c: ocrypto_ed25519_ctx__bindgen_ty_1,
pub r: ocrypto_sc25519,
pub k: ocrypto_sc25519,
pub s: ocrypto_sc25519,
pub R: ocrypto_ge25519,
pub ext: [u8; 64],
}Fields§
§c: ocrypto_ed25519_ctx__bindgen_ty_1§r: ocrypto_sc25519§k: ocrypto_sc25519§s: ocrypto_sc25519§R: ocrypto_ge25519§ext: [u8; 64]Trait Implementations§
Source§impl Clone for ocrypto_ed25519_ctx
impl Clone for ocrypto_ed25519_ctx
Source§fn clone(&self) -> ocrypto_ed25519_ctx
fn clone(&self) -> ocrypto_ed25519_ctx
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ocrypto_ed25519_ctx
Auto Trait Implementations§
impl Freeze for ocrypto_ed25519_ctx
impl RefUnwindSafe for ocrypto_ed25519_ctx
impl Send for ocrypto_ed25519_ctx
impl Sync for ocrypto_ed25519_ctx
impl Unpin for ocrypto_ed25519_ctx
impl UnwindSafe for ocrypto_ed25519_ctx
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