[][src]Trait lorawan::keys::Decrypter

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

Trait for implementations of AES128 decryption.

Required methods

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

Loading content...

Implementations on Foreign Types

impl Decrypter for Aes128[src]

Loading content...

Implementors

Loading content...