mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
Update README.md
fix minor typos
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Notation
|
# Notation
|
||||||
|
|
||||||
Sending user: `Alice`
|
Sending user: `Alice`<br>
|
||||||
Receivung user: `Carol`
|
Receiving user: `Carol`<br>
|
||||||
Mint: `Bob`
|
Mint: `Bob`
|
||||||
|
|
||||||
## Bob (mint)
|
## Bob (mint)
|
||||||
@@ -15,7 +15,7 @@ Mint: `Bob`
|
|||||||
- `T` blinded message
|
- `T` blinded message
|
||||||
- `Z` proof (unblinded signature)
|
- `Z` proof (unblinded signature)
|
||||||
|
|
||||||
# Blind Diffie-Hellmann key exchange (BDH)
|
# Blind Diffie-Hellman key exchange (BDH)
|
||||||
- Mint `Bob` publishes `K = kG`
|
- Mint `Bob` publishes `K = kG`
|
||||||
- `Alice` picks secret `x` and computes `Y = hash_to_curve(x)`
|
- `Alice` picks secret `x` and computes `Y = hash_to_curve(x)`
|
||||||
- `Alice` sends to `Bob`: `T = Y + rG` with `r` being a random nonce
|
- `Alice` sends to `Bob`: `T = Y + rG` with `r` being a random nonce
|
||||||
|
|||||||
Reference in New Issue
Block a user