| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 35ee35c commit 6c94c67
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -794,7 +794,7 @@ verify.end(); | |||
| 794 | 794 | ||
| 795 | 795 | const public_key = getPublicKeySomehow(); | |
| 796 | 796 | const signature = getSignatureToVerify(); | |
| 797 | - console.log(sign.verify(public_key, signature)); | ||
| 797 | + console.log(verify.verify(public_key, signature)); | ||
| 798 | 798 | // Prints true or false | |
| 799 | 799 | ``` | |
| 800 | 800 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments