Skip to main content

Module algorithm

Module algorithm 

Source
Expand description

Algorithm types and traits for cryptographic operations

This module defines cryptographic algorithms with security best practices:

  • Only authenticated encryption algorithms are supported
  • Algorithms are evaluated for side-channel resistance
  • Security properties are clearly documented

Enums§

Algorithm
Supported cryptographic algorithms with security properties
AlgorithmFamily
Algorithm family classification

Traits§

AlgorithmExt
Extension trait for algorithm properties and security characteristics