临时存储
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user