ywt/algorithm
Types
A JWT signing algorithm.
The algorithm fixes both the signing primitive and digest. Prefer asymmetric
algorithms when multiple services need to verify tokens; HMAC keys are shared
secrets and any verifier can also forge tokens. If you do not have a
compatibility constraint, es384 is a good default.
pub opaque type Algorithm