mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Typo fix
This commit is contained in:
parent
c2a4211660
commit
df2d109281
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ We build the challenge `e = SHA256(M | k*G | x*G)`, and the scalar
|
|||
`s = k + e * x`. The full aggregate signature is then the pair `(s, k*G)`.
|
||||
|
||||
The signature can be checked using the public key `x*G`, re-calculating `e`
|
||||
using M and `k*G` from the 2nd part of the signature pair and by veryfying
|
||||
that `s`, the first part of the signature pair, verifies:
|
||||
using M and `k*G` from the 2nd part of the signature pair and by verifying
|
||||
that `s`, the first part of the signature pair, satisfies:
|
||||
|
||||
```
|
||||
s*G = k*G + e * x*G
|
||||
|
|
Loading…
Reference in a new issue