From eb9b5e3598ce1859a85585b2093158ba2f1904d8 Mon Sep 17 00:00:00 2001 From: Jung Seunghoon <175179350+seuthootDev@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:02:52 +0900 Subject: [PATCH] fix: correct typo from ECSDA to ECDSA in TODO --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 779a15a6..2f43e1a1 100644 --- a/TODO.md +++ b/TODO.md @@ -13,7 +13,7 @@ * Refactor Algorithm logic with set Exceptions to return * Add HTML documentation -* Implement ECSDA signing +* Implement ECDSA signing * Refactor JWT claims verification * Add actual exceptions instead of using the base exception * Audit JWT claims tests and rectify against the spec