pub struct Gg18;Expand description
GG18 threshold-ECDSA over P-256. Prefer Cmp20 for new deployments.
Implementations§
Trait Implementations§
Source§impl FromNapiMutRef for Gg18
impl FromNapiMutRef for Gg18
Source§unsafe fn from_napi_mut_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static mut Self>
unsafe fn from_napi_mut_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static mut Self>
This function called to convert napi values to native rust values Read more
Source§impl FromNapiRef for Gg18
impl FromNapiRef for Gg18
Source§unsafe fn from_napi_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static Self>
unsafe fn from_napi_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static Self>
This function called to convert napi values to native rust values Read more
Source§impl JavaScriptClassExt for Gg18
impl JavaScriptClassExt for Gg18
fn into_instance<'scope>( self, env: &'scope Env, ) -> Result<ClassInstance<'scope, Self>>
fn into_reference(self, env: Env) -> Result<Reference<Self>>
fn instance_of<'env, V: JsValue<'env>>(env: &Env, value: &V) -> Result<bool>
Source§impl ToNapiValue for Gg18
impl ToNapiValue for Gg18
Source§unsafe fn to_napi_value(env: napi_env, val: Gg18) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: Gg18) -> Result<napi_value>
This function called to convert rust values to napi values Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Auto Trait Implementations§
impl Freeze for Gg18
impl RefUnwindSafe for Gg18
impl Send for Gg18
impl Sync for Gg18
impl Unpin for Gg18
impl UnsafeUnpin for Gg18
impl UnwindSafe for Gg18
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