We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883daca commit e6c825dCopy full SHA for e6c825d
README.md
@@ -21,7 +21,7 @@ You can either submodule this repository or add it as a dependency to your proje
21
22
3. The EDDSA signed message back is (0x + Rx+ Ry + S) and is specific to Loopring
23
24
-4. Messages can be verified with the Verify method from the Eddsa class like below:
+4. Signed Messages can be verified with the Verify method from the Eddsa class like below:
25
26
```csharp
27
//Verify Correct Key Is Used
0 commit comments