This commit is contained in:
lf 2020-07-29 23:14:24 +08:00
parent 5c4679e79f
commit 8ff6eb91e9
3 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ SM3算法采用Merkle-Damgård结构消息分组长度512比特摘要结
下图是一个例子,输入数据共 9 个字节,分为 3 个周期输入,其中前两个周期为完整的 32 bit 字,第三个周期输入字不对称,仅高字节有效,因此 msg_inpt_vld_byte 信号为 4'b1000。 下图是一个例子,输入数据共 9 个字节,分为 3 个周期输入,其中前两个周期为完整的 32 bit 字,第三个周期输入字不对称,仅高字节有效,因此 msg_inpt_vld_byte 信号为 4'b1000。
![image-20200729185602230](https://github.com/ljgibbslf/SM3_core/blob/master/doc/example_img.png) ![image-20200729185602230](https://github.com/ljgibbslf/SM3_core/blob/master/doc/img/example_img.png)
### 实现与测试 ### 实现与测试

BIN
doc/algorithm/SM3标准.PDF Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB