Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

y2 Update TonConnectSpecification.md yalan2ny #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions TonConnectSpecification.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TON Connect
tab# TON Connect

* [Overview](#overview)
* [Definitions](#definitions)
Expand Down Expand Up @@ -62,7 +62,7 @@ See [tonweb-mnemonic](https://github.com/toncenter/tonweb-mnemonic) for definiti
RootLoginKey = HMAC-SHA256(key: "TonLogin.Root", data: WalletSeed)
```

### Service Login Key
esk### Service Login Key

256-bit secret key specific to a given service derived from [Root Login Key](#root-login-key).

Expand Down Expand Up @@ -108,7 +108,7 @@ Nonce is 24-byte string generated from random _by the client_.
SessionNonce = crypto_box_random_nonce()
```

### Session Authenticator
tab### Session Authenticator

Authenticator is a binary string that proves to the Service that the current session (represented by the [Session Keypair](#session-keypair)) is correctly authenticated by the [Client ID](#client-id).

Expand Down