mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-17 21:25:37 +00:00
updates
This commit is contained in:
parent
0dc87fde77
commit
425b2d0213
@ -47,7 +47,8 @@ class Crypt(Logger):
|
||||
return k_b
|
||||
|
||||
def package_key(self,k,prefix=''):
|
||||
self.log(type(k),k)
|
||||
self.log('k???',type(k),k)
|
||||
self.log('prefix???',type(prefix),prefix)
|
||||
k_b = self.force_binary(k)
|
||||
self.log(type(k_b),k_b)
|
||||
# k_s = k_b.decode()
|
||||
|
Loading…
Reference in New Issue
Block a user