Skip to content

Commit

Permalink
One last attempt...?
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed May 1, 2024
1 parent e391ac0 commit 6b7529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crypto-aws-kms/src/ecdsa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class EcdsaAlgorithm implements
* Note: The signature returned is normalized to low-S to prevent signature malleability. This
* ensures that the signature can be verified by other libraries that enforce strict verification.
* More information on signature malleability can be found
* {@link @web5/crypto#Secp256k1#adjustSignatureToLowS | here}.
* {@link @web5/crypto!Secp256k1#adjustSignatureToLowS | here}.
*
* @example
* ```ts
Expand Down

0 comments on commit 6b7529e

Please sign in to comment.