Merge pull request #299 from gnh1201/dev
Some checks are pending
CodeQL / Analyze (javascript) (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Blocked by required conditions

Update file headers to reflect .vb extensions
This commit is contained in:
Namhyeon Go 2025-07-27 00:38:29 +09:00 committed by GitHub
commit bc43302e14
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-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors ' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs ' https://github.com/gnh1201/welsonjs

View File

@ -1,8 +1,8 @@
' AriaCore.cs (WelsonJS.Cryptography) ' AriaCore.vb (WelsonJS.Cryptography)
' SPDX-License-Identifier: MIT ' SPDX-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors ' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs ' https://github.com/gnh1201/welsonjs
'
Public Class AriaCore Public Class AriaCore
Private S(3, 255) As Byte Private S(3, 255) As Byte
Private KRK(2, 15) 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-License-Identifier: MIT
' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors ' SPDX-FileCopyrightText: 2025 Namhyeon Go <gnh1201@catswords.re.kr>, Catswords OSS And WelsonJS Contributors
' https://github.com/gnh1201/welsonjs ' https://github.com/gnh1201/welsonjs

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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