Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fudgebucket27 authored Mar 2, 2023
1 parent 883daca commit e6c825d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can either submodule this repository or add it as a dependency to your proje

3. The EDDSA signed message back is (0x + Rx+ Ry + S) and is specific to Loopring

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:

```csharp
//Verify Correct Key Is Used
Expand Down

0 comments on commit e6c825d

Please sign in to comment.