wrap_file.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:iconograph 作者: robot-tools 项目源码 文件源码
def Wrap(self, instr):
    inbytes = instr.encode('utf8')
    return {
        'cert': self._cert_str,
        'other_certs': self._other_cert_strs,
        'sig': codecs.encode(crypto.sign(self._key, inbytes, 'sha256'), 'hex').decode('ascii'),
        'inner': instr,
    }
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号