You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Fixed Function Implementation that Decodes DER Signature into Weave Signature.
-- In the variant of the function where output is EncodedECDSASignature
structure, the R and S values of the signature should be copied
and not just referenced.
-- Also changed the name of the function to DecodeCopyECDSASignature_DER()
to make it clearer.
0 commit comments