[][src]Module bundled_crypto::algo

Base module for various cryptographic algorithms.

Modules

cipher

A collection of traits and specific algorithms.

hash
key_deriv

Traits

Algo

A trait implemented by all cryptographic algorithms. Allows for getting the "key settings" during key generation.

Key

A trait implemented by all cryptographic algorithm keys. Allows for keys to be generated provided an instance of the algorithm exists.

SafeGenerateKey

A trait representing a Key that can be generated without errors.