crypto: fix typo

main
sudo pacman -Syu 2023-09-10 23:41:21 +07:00
parent d742a049a2
commit c0c9617c33
1 changed files with 1 additions and 1 deletions

View File

@ -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