Crate crypto

Source
Expand description

cryptographic primitives and utilities implemented for the ecosystem cryptographic primitives and utilities for the scsys ecosystem.

Modules§

error
prelude
traits
types
utils

Enums§

CryptoError
a custom error type for the scsys-crypto crate

Traits§

Concat
this trait defines a common method for concatenating two entities into some new type.

Functions§

digest_to_hash

Type Aliases§

CryptoResult
a type alias for a Result type configured to use the CryptoError type
GenericHash
the GenericHash type alias defines a standard hash format for the crate
GenericHashOutput
a type alias for a generic hash output