CryptographyAlgorithmId
Uniquely identifies a CryptographyAlgorithm and is used to look it up from a CryptographyProvider.
Each algorithm defines a companion object extending this class, enabling usage such as provider.get(AES.GCM).
Use CryptographyProvider.get to look up the algorithm by its identifier.