Macro jaws::jose_algorithm

source ·
macro_rules! jose_algorithm {
    ($alg:ident, $signer:ty, $verifier:ty, $digest:ty, $signature:ty) => { ... };
}
Expand description

A macro to implement the required traits for common JWS alogorithms.