Update file headers to reflect .vb extensions

Changed file header comments in cryptography-related modules from '.cs' to '.vb' to accurately reflect the file types. This improves clarity and consistency in source file documentation.
This commit is contained in:
Namhyeon Go 2025-07-27 00:31:49 +09:00
parent 5c1ffff822
commit 3583415ee2
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