Enum snow::error::InitStage [−][src]
pub enum InitStage {
ValidateKeyLengths,
ValidatePskLengths,
ValidateCipherTypes,
GetRngImpl,
GetDhImpl,
GetCipherImpl,
GetHashImpl,
ValidatePskPosition,
}The various stages of initialization used to help identify
the specific cause of an Init error.