go icon indicating copy to clipboard operation
go copied to clipboard

signatureSchemeForDelegatedCredential is unneccessary

Open jhoyla opened this issue 3 years ago • 0 comments

signatureSchemeForDelegatedCredential returns the list of supported signature schemes for a delegated credential; however, per the spec, DCs are explicitly restricted to a single SignatureAlgorithm defined in the dc_cert_verify_algorithm field. We can simply use dc_cert_verify_algorithm, rather than call this function.

jhoyla avatar Aug 16 '22 14:08 jhoyla