Struct crypto::curve25519::GeP2
[-] [+]
[src]
pub struct GeP2 {
// some fields omitted
}pub struct GeP2 {
// some fields omitted
}impl GeP2fn to_bytes(&self) -> [u8; 32]fn double_scalarmult_vartime(a_scalar: &[u8], a_point: GeP3, b_scalar: &[u8]) -> GeP2impl Copy for GeP2
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).