类 SM3
java.lang.Object
com.sh.wf.common.sm.SM3
Description:
Title:首亨软件 - 聚天平台
- 从以下版本开始:
- 2021年7月19日
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]CF(byte[] V, byte[] B) static int[]CF(int[] V, int[] B) static byte[]padding(byte[] in, int bLen) 对最后一个分组字节数据paddingstatic introtateLeft(int x, int n)
-
字段详细资料
-
iv
public static final byte[] iv -
Tj
public static int[] Tj
-
-
构造器详细资料
-
SM3
public SM3()
-
-
方法详细资料
-
CF
public static byte[] CF(byte[] V, byte[] B) -
CF
public static int[] CF(int[] V, int[] B) -
padding
public static byte[] padding(byte[] in, int bLen) 对最后一个分组字节数据padding- 参数:
in-bLen- 分组个数- 返回:
-
rotateLeft
public static int rotateLeft(int x, int n)
-