Skip to content

Commit

Permalink
crypto: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Sep 10, 2023
1 parent d742a04 commit c0c9617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2023-08-23-real-world-crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0c9617

Please sign in to comment.