From e864d6bdf3796672e87f2ac2b1f55729d5bd2b2f Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:57:39 +0900 Subject: [PATCH] fix post --- _posts/2024-01-13-sphinx-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-01-13-sphinx-spec.md b/_posts/2024-01-13-sphinx-spec.md index 0b3635d..6bc164a 100644 --- a/_posts/2024-01-13-sphinx-spec.md +++ b/_posts/2024-01-13-sphinx-spec.md @@ -82,4 +82,4 @@ The `T` is determined to make the size of `padded_payload` 1024 bytes. If `payload` is too large to make `padded_payload` 1024 bytes, the algorithm fails. -The `padded_payload` is layered-encrypted by Lioness with ChaCha20 and Blake2b using a payload key of each $m1, m2$ and $m_3$. +The `padded_payload` is layered-encrypted by Lioness with ChaCha20 and Blake2b using a payload key of each $m_1, m_2$ and $m_3$.