mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -73,8 +73,8 @@ public class HmacTest {
|
||||
|
||||
@Test
|
||||
public void zuc256MacTest(){
|
||||
byte[] iv = new byte[25];
|
||||
final byte[] key = new byte[32];
|
||||
byte[] iv = new byte[25];
|
||||
HMac mac = new HMac("ZUC-256",
|
||||
KeyUtil.generateKey(ZUC.ZUCAlgorithm.ZUC_128.getValue(), key),
|
||||
new IvParameterSpec(iv));
|
||||
|
Reference in New Issue
Block a user