Crate speck [] [src]

Implementation of the Speck block cipher.

Speck is a really simple block cipher designed by the NSA. It is famous for its simple structure and code size, which can fit in just a couple of lines, while still preserving security.

Structs

Key

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