// rustc seems to think the typenames in match statements (e.g. in
// Display) should be snake cased, for some reason.
use Error;
/// Internal errors.
pub
/// Errors which may occur while processing proofs and keys.
///
/// This error may arise due to:
///
/// * A problem with the format of `s`, a scalar,
// Forwards the Display and Source implementations of the wrapped InternalError
InternalError);