Package org.bouncycastle.crypto.engines
Class Zuc128Engine
java.lang.Object
org.bouncycastle.crypto.engines.Zuc128CoreEngine
org.bouncycastle.crypto.engines.Zuc128Engine
- All Implemented Interfaces:
StreamCipher,Memoable
Zuc256 implementation.
Based on https://www.is.cas.cn/ztzl2016/zouchongzhi/201801/W020180126529970733243.pdf
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.crypto.engines.Zuc128CoreEngine
encode32be, getAlgorithmName, getMaxIterations, init, makeKeyStreamWord, processBytes, reset, reset, returnByte, setKeyAndIV
-
Constructor Details
-
Zuc128Engine
public Zuc128Engine()Constructor for streamCipher.
-
-
Method Details
-
copy
Create a copy of the engine.- Specified by:
copyin interfaceMemoable- Overrides:
copyin classZuc128CoreEngine- Returns:
- the copy
-