"@AUTO PALENGTH" 修訂間的差異
出自 DDCC TCAD TOOL Manual
行 2: | 行 2: | ||
:Note:If calculated by the system, the formula is: |
:Note:If calculated by the system, the formula is: |
||
:paKeyLength_tmp = [[@ECKEY LEN BLOCK]] - eve_info_estimate - safe_factor |
:paKeyLength_tmp = [[@ECKEY LEN BLOCK]] - eve_info_estimate - safe_factor |
||
− | :[I(Eve_shannon_info) <= 2^(-s)ln(2) ; s = safe_factor] |
||
+ | :[safe_factor:Determined by [[@SECURE PARAMETER]]] |
||
:[eve_info_estimate = [[@ECKEY LEN BLOCK]]*binary_entropy_function(QBER)] |
:[eve_info_estimate = [[@ECKEY LEN BLOCK]]*binary_entropy_function(QBER)] |
||
:[binary_entropy_function(x):y=-x*log2(x)-(1-x)*log2(1-x)] |
:[binary_entropy_function(x):y=-x*log2(x)-(1-x)*log2(1-x)] |
於 2025年1月6日 (一) 02:02 的最新修訂
- Decide after the privacy amplification process, the key reduction amount is calculated by the system or decided by the user.
- Note:If calculated by the system, the formula is:
- paKeyLength_tmp = @ECKEY LEN BLOCK - eve_info_estimate - safe_factor
- [safe_factor:Determined by @SECURE PARAMETER]
- [eve_info_estimate = @ECKEY LEN BLOCK*binary_entropy_function(QBER)]
- [binary_entropy_function(x):y=-x*log2(x)-(1-x)*log2(1-x)]
- Is store as autoPaLength in the fortran code.
example
@AUTO_PALENGTH .TRUE.
Which mean the key reduction amount will calculated by the system like the formula above.