Type alias AlgorithmIdentifier

AlgorithmIdentifier: string

Represents an identifier for a cryptographic algorithm.

This is typically a string that specifies the name of the algorithm, such as 'ES256K', 'A256GCM', 'SHA-256', etc. It's used to refer to the specific algorithm in cryptographic operations.