Struct libsecp256k1_rs::SharedSecret[][src]

pub struct SharedSecret(_);

Shared secret using ECDH.

Methods

impl SharedSecret
[src]

Trait Implementations

impl Debug for SharedSecret
[src]

Formats the value using the given formatter. Read more

impl Clone for SharedSecret
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SharedSecret
[src]

impl PartialEq for SharedSecret
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl AsRef<[u8]> for SharedSecret
[src]

Performs the conversion.

Auto Trait Implementations