You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
141 B
5 lines
141 B
4 months ago
|
def getUserKey() -> (str, str):
|
||
|
# 获取用户的公私钥对,若不存在,则生成之
|
||
|
# 返回 私钥,公钥 格式
|
||
|
pass
|