"@SECURE PARAMETER" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "*Determine the rigor of privacy amplification. When QBER<0.2, the '''safe_factor''' use the first value, otherwise use the second value. :safe_factor=s ; I(Eve_shann...") |
|||
行 1: | 行 1: | ||
*Determine the rigor of privacy amplification. When QBER<0.2, the '''safe_factor''' use the first value, otherwise use the second value. |
*Determine the rigor of privacy amplification. When QBER<0.2, the '''safe_factor''' use the first value, otherwise use the second value. |
||
− | :safe_factor=s ; I(Eve_shannon_info) <= 2^(-s)ln(2) |
+ | :safe_factor = s ; I(Eve_shannon_info) <= 2^(-s)ln(2) |
*Is store as '''secure_parameter''' in the fortran code. |
*Is store as '''secure_parameter''' in the fortran code. |
||
行 7: | 行 7: | ||
30, 50 |
30, 50 |
||
− | Which mean the system will perform the privacy amplification process after sifting key. |
||
+ | Which mean when [[@AUTO_PALENGTH]] is .true., the system will calculate key reduction rate with safe_factor=30 (if QBER<0.2) safe_factor=50 (if QBER>0.2). |
||
− | ''斜體文字'' |
於 2025年1月6日 (一) 02:09 的最新修訂
- Determine the rigor of privacy amplification. When QBER<0.2, the safe_factor use the first value, otherwise use the second value.
- safe_factor = s ; I(Eve_shannon_info) <= 2^(-s)ln(2)
- Is store as secure_parameter in the fortran code.
example
@SECURE_PARAMETER 30, 50
Which mean when @AUTO_PALENGTH is .true., the system will calculate key reduction rate with safe_factor=30 (if QBER<0.2) safe_factor=50 (if QBER>0.2).