/*
Appellation: error <module>
Contrib: @FL03
*/
//! this module provides error handling utilities for the `scsys-crypto` crate
/// a type alias for a [`Result`](core::result::Result) with the error type fixed to [`Error`]
pub type Result<T = > = Result;
/// a custom error type for the `scsys-crypto` crate