public final class Zuc256Engine extends Zuc256CoreEngine
Constructor and Description |
---|
Zuc256Engine()
Constructor for streamCipher.
|
Zuc256Engine(int pLength)
Constructor for Mac.
|
Modifier and Type | Method and Description |
---|---|
Memoable |
copy()
Create a copy of the engine.
|
getAlgorithmName, getMaxIterations, reset, setKeyAndIV
encode32be, init, makeKeyStreamWord, processBytes, reset, returnByte
public Zuc256Engine()
public Zuc256Engine(int pLength)
pLength
- the Mac lengthpublic Memoable copy()
copy
in interface Memoable
copy
in class Zuc256CoreEngine