Struct wow_srp::header_crypto::DecrypterHalf[][src]

pub struct DecrypterHalf { /* fields omitted */ }
Expand description

Decryption part of a HeaderCrypto.

Intended to be kept with the reader half of a connection.

Use the Decrypter functions to decrypt.

Implementations

Tests whether both halves originate from the same HeaderCrypto and can be EncrypterHalf::unsplit.

Same as EncrypterHalf::is_pair_of, provided for convenience/readability.

Trait Implementations

Formats the value using the given formatter. Read more

Use either the client or the server Read functions, or the client or the server array functions.

Convenience function for decrypting server headers. Read more

Convenience function for decrypting client headers. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.