summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/instance_challenge.rs
AgeCommit message (Collapse)Author
2025-09-28Refactor TCP connection authentication into separate module魏曹先生
- Extract challenge-response authentication code from instance.rs to new instance_challenge.rs - Add instance_challenge module declaration to lib.rs - Maintain all cryptographic functionality while improving code organization