Skip to content

Commit 81fe7ac

Browse files
author
Svetlin Nakov
committed
Updates crypto-libraries-for-developers/javascript-crypto-libraries.md
Auto commit by GitBook Editor
1 parent 3b65c59 commit 81fe7ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

crypto-libraries-for-developers/javascript-crypto-libraries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ console.log("Signature:", signature);
4848

4949
Run the above code example: [https://repl.it/@nakov/ECDSA-sign-verify-in-JS.](https://repl.it/@nakov/ECDSA-sign-verify-in-JS[.]%28https://repl.it/@nakov/secp256k1-curve-in-JS)
5050

51-
Complete example:[https://gist.github.com/nakov/1dcbe26988e18f7a4d013b65d8803ffc](https://gist.github.com/nakov/1dcbe26988e18f7a4d013b65d8803ffc).
51+
Complete example: [https://gist.github.com/nakov/1dcbe26988e18f7a4d013b65d8803ffc](https://gist.github.com/nakov/1dcbe26988e18f7a4d013b65d8803ffc).
5252

5353
## ECDSA in JavaScript: Verify Signature
5454

@@ -65,7 +65,7 @@ let validSig = ec.verify(
6565
console.log("Signature valid?", validSig);
6666
```
6767

68-
Run the above code example: [https://repl.it/@nakov/ECDSA-sign-verify-in-JS\[.\]\(https://repl.it/@nakov/secp256k1-curve-in-JS](https://repl.it/@nakov/ECDSA-sign-verify-in-JS[.]%28https://repl.it/@nakov/secp256k1-curve-in-JS)\)
68+
Run the above code example: [https://repl.it/@nakov/ECDSA-sign-verify-in-JS.](https://repl.it/@nakov/ECDSA-sign-verify-in-JS[.]%28https://repl.it/@nakov/secp256k1-curve-in-JS)
6969

70-
Complete example:[https://gist.github.com/nakov/1dcbe26988e18f7a4d013b65d8803ffc](https://gist.github.com/nakov/1dcbe26988e18f7a4d013b65d8803ffc)
70+
Complete example: [https://gist.github.com/nakov/1dcbe26988e18f7a4d013b65d8803ffc](https://gist.github.com/nakov/1dcbe26988e18f7a4d013b65d8803ffc)
7171

0 commit comments

Comments
 (0)