Merge pull request #298 from gnh1201/cryptography

Update file headers to reflect .vb extensions
This commit is contained in:
Namhyeon Go 2025-07-27 00:34:44 +09:00 committed by GitHub
commit 5ee4a1f7b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
' AriaAlgorithm.cs(WelsonJS.Cryptography)
' AriaAlgorithm.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs

View File

@ -1,8 +1,8 @@
' AriaCore.cs (WelsonJS.Cryptography)
' AriaCore.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, 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

View File

@ -1,4 +1,4 @@
' AriaEcbTransform.cs (WelsonJS.Cryptography)
' AriaEcbTransform.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs

View File

@ -1,4 +1,4 @@
' HightAlgorithm.cs (WelsonJS.Cryptography)
' HightAlgorithm.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs

View File

@ -1,4 +1,4 @@
' HightCore.cs (WelsonJS.Cryptography)
' HightCore.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs

View File

@ -1,4 +1,4 @@
' HightEcbTransform.cs (WelsonJS.Cryptography)
' HightEcbTransform.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs

View File

@ -1,4 +1,4 @@
' SeedAlgorithm.cs (WelsonJS.Cryptography)
' SeedAlgorithm.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs

View File

@ -1,4 +1,4 @@
' SeedCore.cs (WelsonJS.Cryptography)
' SeedCore.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs

View File

@ -1,4 +1,4 @@
' SeedEcbTransform.cs (WelsonJS.Cryptography)
' SeedEcbTransform.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs