临时存储

This commit is contained in:
zcy
2025-09-08 13:28:19 +08:00
parent ed52d849a4
commit 98d411d70d
10 changed files with 392 additions and 57 deletions

View File

@@ -6,6 +6,7 @@ package com.cscn;
public final class Zuc256MacCtx {
// LFSR: 原本 int[16],拆成 hi/lo 各 16 short
short[] LFSR_hi = new short[16];
//todo -> ram
short[] LFSR_lo = new short[16];
// R1、R2: 原本 int拆成 hi/lo