diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaAlgorithm.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaAlgorithm.vb index 003c07a..b16e7d8 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaAlgorithm.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaAlgorithm.vb @@ -1,4 +1,4 @@ -' AriaAlgorithm.cs(WelsonJS.Cryptography) +' AriaAlgorithm.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaCore.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaCore.vb index 448104c..59e506d 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaCore.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaCore.vb @@ -1,8 +1,8 @@ -' AriaCore.cs (WelsonJS.Cryptography) +' AriaCore.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs - +' Public Class AriaCore Private S(3, 255) As Byte Private KRK(2, 15) As Byte diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaEcbTransform.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaEcbTransform.vb index bd8af41..de84138 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaEcbTransform.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/AriaEcbTransform.vb @@ -1,4 +1,4 @@ -' AriaEcbTransform.cs (WelsonJS.Cryptography) +' AriaEcbTransform.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/HightAlgorithm.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/HightAlgorithm.vb index 73dcefa..b5b78f8 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/HightAlgorithm.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/HightAlgorithm.vb @@ -1,4 +1,4 @@ -' HightAlgorithm.cs (WelsonJS.Cryptography) +' HightAlgorithm.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/HightCore.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/HightCore.vb index 01fec35..aef879a 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/HightCore.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/HightCore.vb @@ -1,4 +1,4 @@ -' HightCore.cs (WelsonJS.Cryptography) +' HightCore.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/HightEcbTransform.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/HightEcbTransform.vb index 68adea9..3c9bb25 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/HightEcbTransform.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/HightEcbTransform.vb @@ -1,4 +1,4 @@ -' HightEcbTransform.cs (WelsonJS.Cryptography) +' HightEcbTransform.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedAlgorithm.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedAlgorithm.vb index 085ac70..32c62bb 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedAlgorithm.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedAlgorithm.vb @@ -1,4 +1,4 @@ -' SeedAlgorithm.cs (WelsonJS.Cryptography) +' SeedAlgorithm.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedCore.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedCore.vb index b92cd76..069fd5d 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedCore.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedCore.vb @@ -1,4 +1,4 @@ -' SeedCore.cs (WelsonJS.Cryptography) +' SeedCore.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs diff --git a/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedEcbTransform.vb b/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedEcbTransform.vb index 0f1797e..e5e04e8 100644 --- a/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedEcbTransform.vb +++ b/WelsonJS.Toolkit/WelsonJS.Cryptography/SeedEcbTransform.vb @@ -1,4 +1,4 @@ -' SeedEcbTransform.cs (WelsonJS.Cryptography) +' SeedEcbTransform.vb (WelsonJS.Cryptography) ' SPDX-License-Identifier: MIT ' SPDX-FileCopyrightText: 2025 Namhyeon Go , Catswords OSS And WelsonJS Contributors ' https://github.com/gnh1201/welsonjs