update readme

This commit is contained in:
lf 2020-07-29 19:24:26 +08:00
parent 47a07b32bc
commit 5c4679e79f

View File

@ -32,11 +32,11 @@ SM3算法采用Merkle-Damgård结构消息分组长度512比特摘要结
#### 输入
- 时钟与异步复位 clk ,rst_n
- 消息数据 msg_inpt_d
- 时钟与异步复位
- 消息数据
- 消息数据有效
- 消息数据末尾(表示当前数据为消息的最后一块) msg_inpt_lst
- 消息数据字节有效 msg_inpt_vld_byte
- 消息数据末尾(表示当前数据为消息的最后一块)
- 消息数据字节有效
#### 输出