| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 35c70b5 commit 3475591
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -809,7 +809,7 @@ verify.end(); | |||
| 809 | 809 | ||
| 810 | 810 | const public_key = getPublicKeySomehow(); | |
| 811 | 811 | const signature = getSignatureToVerify(); | |
| 812 | - console.log(sign.verify(public_key, signature)); | ||
| 812 | + console.log(verify.verify(public_key, signature)); | ||
| 813 | 813 | // Prints true or false | |
| 814 | 814 | ``` | |
| 815 | 815 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments