Skip to content

Commit 114eaa3

Browse files
committed
refactor: Code cleanup
1 parent f9207c2 commit 114eaa3

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

logic/authentication.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""
2-
logic/authentication.py
3-
----------
42
Implements client-side account authentication with the Coldwire server.
53
Uses ML-DSA-87 signatures to sign a challenge to verify account ownership.
64

logic/message.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""
2-
logic/message.py
3-
-----------
42
Message sending, receiving, and one-time-pad key exchange logic.
53
64
Handles:

logic/pfs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""
2-
logic/pfs.py
3-
-----------------
42
Handles Perfect Forward Secrecy (PFS) ephemeral keys exchange and rotation for contacts.
53
64
Handles:

logic/smp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""
2-
logic/smp.py
3-
----------
42
The socialist millionaire problem
53
A variant of Yao's millionaire problem
64

0 commit comments

Comments
 (0)