Skip to main content
  1. Posts/

test

·42 words·1 min· loading
bu44er
Author
bu44er
Table of Contents

latex math test
#

加密解密

  • 经过初始置换后,64位的数据块分为两个32位的组,L0和R0。
  • 将Ri-1从32位扩展到48位,计算出48位的结果值与这一轮子密钥$K_i$的异或值
    • $$ R_{int}=E(R_i-1) \oplus K_i $$
$$\underbrace{ a+b+\cdots+z }_{26}$$$$ \begin{vmatrix}a & b\\ c & d \end{vmatrix}=ad-bc $$\[ \begin{aligned} KL(\hat{y} || y) &= \sum_{c=1}^{M}\hat{y}_c \log{\frac{\hat{y}_c}{y_c}} \\ JS(\hat{y} || y) &= \frac{1}{2}(KL(y||\frac{y+\hat{y}}{2}) + KL(\hat{y}||\frac{y+\hat{y}}{2})) \end{aligned} \]
  • 每一轮,Rint 需要通过8个单独的S盒执行8次替换操作,得到8*4=32位