From 6fa089a854e99457889b6ea0f2b6fed74087c518 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 5 Dec 2024 17:45:16 +0900 Subject: [PATCH] Update SEED.cs --- WelsonJS.Toolkit/WelsonJS.Toolkit/Cryptography/SEED.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/WelsonJS.Toolkit/WelsonJS.Toolkit/Cryptography/SEED.cs b/WelsonJS.Toolkit/WelsonJS.Toolkit/Cryptography/SEED.cs index 6a2c126..3371187 100644 --- a/WelsonJS.Toolkit/WelsonJS.Toolkit/Cryptography/SEED.cs +++ b/WelsonJS.Toolkit/WelsonJS.Toolkit/Cryptography/SEED.cs @@ -5,7 +5,7 @@ * SEED.cs * * description: - * SEED cryptography algorithm implementation (Experimental) + * SEED(ISO/IEC 18033-3) cryptography algorithm implementation (Experimental) * * website: * - https://github.com/gnh1201/welsonjs @@ -19,6 +19,10 @@ * * references: * - https://seed.kisa.or.kr/kisa/Board/17/detailView.do + * - https://www.iso.org/standard/54531.html + * - https://ics.catswords.net/SEED%2B128_Specification_english_M.pdf + * - https://ics.catswords.net/SEED_Algorithm_Specification_korean_M.pdf + * - https://ics.catswords.net/SEED_sourcecode_explanation_korean.pdf * * license: * GPLv3 or MS-RL(Microsoft Reciprocal License)