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).
|
||||
- A and B use same key.
|
||||
|
||||
```mermald
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
participant alice
|
||||
participant bob
|
||||
|
|
Loading…
Reference in New Issue