-
Notifications
You must be signed in to change notification settings - Fork 307
Expand file tree
/
Copy pathCODEOWNERS
More file actions
59 lines (42 loc) · 1.3 KB
/
CODEOWNERS
File metadata and controls
59 lines (42 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Default owner for everything
* @moodlezoup
# Core proving system
jolt-core/ @moodlezoup @0xAndoroid @markosg04
# Dory commitment scheme
jolt-core/src/poly/commitment/dory/ @markosg04
# BlindFold zero-knowledge protocol
jolt-core/src/subprotocols/blindfold/ @0xAndoroid
# Host (ELF compilation, program analysis)
jolt-core/src/host/ @moodlezoup @sagar-a16z
# Tracer (RISC-V emulator)
tracer/ @moodlezoup @sagar-a16z
tracer/src/instruction/ @moodlezoup
# SDK
jolt-sdk/ @moodlezoup @sagar-a16z
# Inlines (optimized cryptographic primitives)
jolt-inlines/ @0xAndoroid
# Common types and constants
common/ @moodlezoup @sagar-a16z
# Documentation
book/ @moodlezoup
README.md @moodlezoup @markosg04 @0xAndoroid
# Examples and integration tests
examples/ @sagar-a16z @0xAndoroid @moodlezoup
# Formal verification
z3-verifier/ @moodlezoup
zklean-extractor/ @moodlezoup
# Platform support
jolt-platform/ @sagar-a16z @0xAndoroid
# Scripts and tooling
scripts/ @0xAndoroid
# AI
.claude/ @moodlezoup @markosg04 @0xAndoroid
agent-skills/ @moodlezoup @markosg04 @0xAndoroid
CLAUDE.md @moodlezoup @markosg04 @0xAndoroid
# Binary
/src/ @sagar-a16z
# Cargo
Cargo.toml @moodlezoup @markosg04 @0xAndoroid
Cargo.lock @moodlezoup @markosg04 @0xAndoroid
# CI/CD workflows
.github/workflows/ @moodlezoup @0xAndoroid @markosg04 @sagar-a16z