Skip to content
Snippets Groups Projects
Commit e8b70fb3 authored by jorge.leitemac's avatar jorge.leitemac :juggling_tone5:
Browse files

clean version 2

parent a1336065
No related branches found
No related tags found
No related merge requests found
...@@ -71,9 +71,6 @@ def pack_boolean(b): ...@@ -71,9 +71,6 @@ def pack_boolean(b):
def pack_bytes(bytes_data): def pack_bytes(bytes_data):
return struct.pack(f">{len(bytes_data)}s", bytes_data) return struct.pack(f">{len(bytes_data)}s", bytes_data)
def pack_rsa_key(key):
return struct.pack(f">{len(bytes(key.get_base64(), 'utf-8'))}s", key.get_bits())
def _get_session_blob(key, service, username, algorithm, session_id, userauth_request): def _get_session_blob(key, service, username, algorithm, session_id, userauth_request):
global public_key_bits global public_key_bits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment