Struct ethkey::Signature [] [src]

pub struct Signature(_);

Methods

impl Signature
[src]

Get a slice into the 'r' portion of the data.

Get a slice into the 's' portion of the data.

Get the recovery byte.

Create a signature object from the sig.

Check if this is a "low" signature.

Check if each component of the signature is in range.

Trait Implementations

impl PartialEq for Signature
[src]

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

This method tests for !=.

impl Eq for Signature
[src]

impl Debug for Signature
[src]

Formats the value using the given formatter.

impl Display for Signature
[src]

Formats the value using the given formatter.

impl FromStr for Signature
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Default for Signature
[src]

Returns the "default value" for a type. Read more

impl Hash for Signature
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Clone for Signature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<[u8; 65]> for Signature
[src]

Performs the conversion.

impl Into<[u8; 65]> for Signature
[src]

Performs the conversion.

impl From<H520> for Signature
[src]

Performs the conversion.

impl Deref for Signature
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Signature
[src]

The method called to mutably dereference a value