Package org.bouncycastle.crypto.test
Class ZucTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.crypto.test.ZucTest
- All Implemented Interfaces:
Test
Test Cases for Zuc128 and Zuc256.
Test Vectors taken from https://www.gsma.com/aboutus/wp-content/uploads/2014/12/eea3eia3zucv16.pdf for Zuc128
and https://www.is.cas.cn/ztzl2016/zouchongzhi/201801/W020180126529970733243.pdf for Zuc256.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZucTest
public ZucTest()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
performTest
- Specified by:
performTest
in classSimpleTest
- Throws:
Exception
-
main
Main entry point.- Parameters:
args
- the argyments
-