[][src]Trait lorawan::keys::Encrypter

pub trait Encrypter {
    pub fn encrypt_block(&self, block: &mut GenericArray<u8, U16>);
}

Trait for implementations of AES128 encryption.

Required methods

pub fn encrypt_block(&self, block: &mut GenericArray<u8, U16>)[src]

Loading content...

Implementations on Foreign Types

impl Encrypter for Aes128[src]

Loading content...

Implementors

Loading content...