-
Notifications
You must be signed in to change notification settings - Fork 119
/
Copy pathCODEOWNERS
47 lines (32 loc) · 853 Bytes
/
CODEOWNERS
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
# Default owners and repository maintainers:
* @alxiong @mrain
# Owner of `jf-utils` crate
/utilities/ @alxiong @mrain
# Owner of `jf-relation` crate
/relation/ @alxiong @mrain
# Owner of `jf-prf` crate
/prf/ @alxiong @mrain
# Owner of `jf-crhf` crate
/crhf/ @alxiong @mrain
# Owner of `jf-commitment` crate
/commitment/ @alxiong @mrain
# Owner of `jf-merkle-tree` crate
/merkle-tree/ @mrain
# Owner of `jf-pcs` crate
/pcs/ @alxiong
# Owner of `jf-rescue` crate
/rescue/ @philippecamacho
# Owner of `jf-vdf` crate
/vdf/ @mrain
# Owner of `jf-vid` crate
/vid/ @ggutoski @akonring
# Owner of `jf-signature` crate
/signature/ @alxiong @mrain
# Owner of `jf-aead` crate
/aead/ @alxiong
# Owner of `jf-elgamal` crate
/elgamal/ @alxiong @mrain
# Owner of `jf-vrf` crate
/vrf/ @alxiong @mrain
# Owner of `jf-plonk` crate
/plonk/ @alxiong @mrain