crypto: fix typo
parent
d742a049a2
commit
c0c9617c33
|
@ -17,7 +17,7 @@ authentication tag. **HMAC** is MAC using hash.
|
||||||
- B double check message with MAC (generate from receive message and B key).
|
- B double check message with MAC (generate from receive message and B key).
|
||||||
- A and B use same key.
|
- A and B use same key.
|
||||||
|
|
||||||
```mermald
|
```mermaid
|
||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
participant alice
|
participant alice
|
||||||
participant bob
|
participant bob
|
||||||
|
|
Loading…
Reference in New Issue