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.
FileSecureTransfer/tool/PriKeyHelper.py

5 lines
141 B

def getUserKey() -> (str, str):
# 获取用户的公私钥对,若不存在,则生成之
# 返回 私钥,公钥 格式
pass