Struct lorawan::AES128 [] [src]

pub struct AES128(pub [u8; 16]);

AES128 represents 128 bit AES key.

Trait Implementations

impl Debug for AES128
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AES128
[src]

[src]

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

[src]

This method tests for !=.