Skip to content

Commit 6124dd2

Browse files
committed
update AGENTS.md
1 parent d12f446 commit 6124dd2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ The server supports multiple concurrent client connections, allowing multiple us
1010

1111
The main interactive shell features is implemented in client.go and server.go.
1212

13-
file.go implements file upload/download feature over the secure channel.
13+
file.go implements file upload/download feature.
1414

15-
channel.go implements the authenticated and encrypted channel using HMAC, and QPP
15+
channel.go implements the authenticated and encrypted channel using HMAC for message authentication, and QPP for encryption.
1616

1717
The crypto/ directory has auxciliary cryptographic functions, including loading private keys from encrypted json file, signature decoding/encoding etc.
1818

19+
register.go loads client public key and ID from config file and command line arguments

0 commit comments

Comments
 (0)