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

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

Trait for implementations of AES128 encryption.

Required methods

fn encrypt_block(&self, block: &mut GenericArray<u8, U16>)

Loading content...

Implementations on Foreign Types

impl Encrypter for Aes128[src]

Loading content...

Implementors

Loading content...