class WebAuthn::AttestationStatement::TPM

def tpm_algorithm

def tpm_algorithm
  COSE_ALG_TO_TPM[cose_algorithm.name] || raise("Unsupported algorithm #{cose_algorithm.name}")
end