Python implementation of ed25519 shared secret agreement

前端 未结 0 1405
长情又很酷
长情又很酷 2021-01-22 15:17

Let\'s consider the following example. Using Python library tinyec I can write the following code:

def compress(pubKey):
     return hex(pubKey.x) + hex(pubKey.y          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题