You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It remains to determine which key to use for what, we can do this by comparing the id of our public channel key with the id of the public key of the server channel, converting them to a numerical form - uint256.
Осталось определить какой ключ для чего использовать, мы можем это сделать, сравнив айди нашего публичного ключа канала с айди публичного ключа канала сервера, переведя их в числовой вид - uint256.
It's a mismatch because we need to compare the ID of our key and the ID of the server key. Needs to compare connection keys, NOT channel keys.
Is your feature request related to a problem? Please describe.
This doc have text:
And this doc:
It's a mismatch because we need to compare the ID of our key and the ID of the server key. Needs to compare connection keys, NOT channel keys.
Describe the solution you'd like
Proof in code:
https://github.com/ton-blockchain/ton/blob/master/adnl/adnl-channel.cpp#L47
https://github.com/yungwine/pytoniq-core/blob/master/pytoniq_core/crypto/ciphers.py#L60
Additional context
No response
The text was updated successfully, but these errors were encountered: