// SPDX-FileCopyrightText: Copyright © 2026 ReallyMe LLC. All rights reserved
//
// SPDX-License-Identifier: Apache-2.0
use JwtError;
use crateAlgorithm;
/// Maps a JWT `alg` header value to the corresponding crypto algorithm.
///
/// RFC 7518 + DID alignment