Covariance attack at the main configuration, stored to data/

The ciphertext-only check trained its own L=16 model and printed only a
verdict; it now attacks the main configuration and writes
data/cov_attack.csv, which the manuscript cites.
This commit is contained in:
KiHoLee
2026-08-19 17:32:28 +09:00
parent f378da511c
commit 55e417276d
10 changed files with 27 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
snr_db,n_frames,entry_recovery,eve_ser
10.0,300,0.9023,0.2583
10.0,1000,0.8047,0.6036
10.0,10000,0.8477,0.4613
20.0,300,0.7852,0.6494
20.0,1000,0.7734,0.7093
20.0,10000,0.8164,0.4676
1 snr_db n_frames entry_recovery eve_ser
2 10.0 300 0.9023 0.2583
3 10.0 1000 0.8047 0.6036
4 10.0 10000 0.8477 0.4613
5 20.0 300 0.7852 0.6494
6 20.0 1000 0.7734 0.7093
7 20.0 10000 0.8164 0.4676