Struct scp03::Cryptogram [] [src]

pub struct Cryptogram(_);

Authentication cryptograms used to verify sessions

Methods

impl Cryptogram
[src]

[src]

Create a new cryptogram from a slice

Panics if the slice is not 8-bytes

[src]

Borrow the cryptogram value as a slice

Trait Implementations

impl Eq for Cryptogram
[src]

impl PartialEq for Cryptogram
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Drop for Cryptogram
[src]

[src]

Executes the destructor for this type. Read more