有人能用公钥解密密码吗?正如我所知,我们只能使用私钥解密,但是在这个RLPx文档中,这一行意味着什么?
Receiver receives the initiator handshake and decrypts it with its own public key.
他们是在说核实签名吗?
发布于 2018-04-26 08:50:25
这似乎是个错误。解密使用节点自己的私钥。请参阅代码在这里 (它调用实际的解密这里),引用上面的注释4行:
// prv is the local client's private key.
https://ethereum.stackexchange.com/questions/46747
相似问题