Module cipher

Module cipher 

Source
Expand description

Symmetric cipher traits for dcrypt-symmetric

This module defines the core traits used by all symmetric encryption algorithms in the library.

Traitsยง

Aead
Trait for Authenticated Encryption with Associated Data
SymmetricCipher
Common trait for all symmetric encryption algorithms