Struct speck::Key [] [src]

pub struct Key { /* fields omitted */ }

A key, which can be used to encrypt and decrypt messages.

Methods

impl Key
[src]

Generate a new key from some seed.

Encrypt a 128-bit block with this key.

Decrypt a 128-bit block with this key.