Module chbs::entropy[][src]

Passphrase entropy related structures

This module provides the Entropy type that is used to define passphrase generation entropy. Components use this type to accumulate their entropy for a final total.

The HasEntropy trait may be implemented on types that provide some sort of entropy. Implementing this is required on components to allow entropy calculation on a configured Scheme.

Structs

Entropy

Password entropy.

Traits

HasEntropy

An entropy source.