Skip to content

Commit 25b8aef

Browse files
committed
chore: add Quang Dao to author headers across 24 files
Add co-authorship credit for substantial contributions across OracleComp, EvalDist, CryptoFoundations, and Examples modules. Made-with: Cursor
1 parent d826265 commit 25b8aef

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

Examples/OneTimePad.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2024 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.CryptoFoundations.SymmEncAlg
77
import VCVio.OracleComp.Constructions.BitVec

VCVio/CryptoFoundations/AsymmEncAlg.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2024 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.CryptoFoundations.SecExp
77
import VCVio.OracleComp.ProbComp

VCVio/CryptoFoundations/HardnessAssumptions/DiffieHellman.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2024 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.CryptoFoundations.HardnessAssumptions.HardHomogeneousSpace
77

VCVio/CryptoFoundations/HardnessAssumptions/HardHomogeneousSpace.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2024 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.CryptoFoundations.SecExp
77
import VCVio.OracleComp.ProbComp

VCVio/CryptoFoundations/SecExp.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2024 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.OracleComp.ExecutionMethod
77
import VCVio.OracleComp.ProbComp

VCVio/CryptoFoundations/SignatureAlg.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2024 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.CryptoFoundations.SecExp
77
import VCVio.OracleComp.ProbComp

VCVio/CryptoFoundations/SymmEncAlg.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2024 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.CryptoFoundations.SecExp
77
import VCVio.EvalDist.Prod

VCVio/EvalDist/Defs/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2025 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.EvalDist.Defs.Support
77

VCVio/EvalDist/Instances/OptionT.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2025 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import ToMathlib.Control.OptionT
77
import VCVio.EvalDist.Option

VCVio/EvalDist/List.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/-
22
Copyright (c) 2024 Devon Tuma. All rights reserved.
33
Released under Apache 2.0 license as described in the file LICENSE.
4-
Authors: Devon Tuma
4+
Authors: Devon Tuma, Quang Dao
55
-/
66
import VCVio.EvalDist.Defs.NeverFails
77
import ToMathlib.General

0 commit comments

Comments
 (0)