初始化
This commit is contained in:
10
Project/Src/com/cscn/Zuc256State.java
Normal file
10
Project/Src/com/cscn/Zuc256State.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.cscn;
|
||||
|
||||
/**
|
||||
* ZUC状态类
|
||||
*/
|
||||
public final class Zuc256State {
|
||||
int[] LFSR = new int[16]; // 线性反馈移位寄存器
|
||||
int R1; // 寄存器1
|
||||
int R2; // 寄存器2
|
||||
}
|
||||
Reference in New Issue
Block a user