This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Commit db0e6ba 1 parent 7fdbe02 commit db0e6ba Copy full SHA for db0e6ba
File tree 1 file changed +44
-39
lines changed
1 file changed +44
-39
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"subspecs" : [
25
25
{
26
- "name" : " nil " ,
26
+ "name" : " include " ,
27
27
"subspecs" : [
28
28
{
29
- "name" : " crypto3 " ,
29
+ "name" : " nil " ,
30
30
"subspecs" : [
31
31
{
32
- "name" : " detail" ,
33
- "source_files" : [
34
- " include/nil/crypto3/detail/*.{hpp}"
35
- ]
36
- },
37
- {
38
- "name" : " pbkdf" ,
39
- "source_files" : [
40
- " include/nil/crypto3/pbkdf/*.{hpp}"
41
- ],
32
+ "name" : " crypto3" ,
42
33
"subspecs" : [
43
34
{
44
- "name" : " algorithm" ,
45
- "source_files" : [
46
- " include/nil/crypto3/pbkdf/algorithm/*.{hpp}"
47
- ]
48
- },
49
- {
50
- "name" : " adaptor" ,
35
+ "name" : " detail" ,
51
36
"source_files" : [
52
- " include/nil/crypto3/pbkdf/adaptor /*.{hpp}"
37
+ " include/nil/crypto3/detail /*.{hpp}"
53
38
]
54
39
},
55
40
{
56
- "name" : " accumulators " ,
41
+ "name" : " pbkdf " ,
57
42
"source_files" : [
58
- " include/nil/crypto3/pbkdf/accumulators/ *.{hpp}"
43
+ " include/nil/crypto3/pbkdf/*.{hpp}"
59
44
],
60
45
"subspecs" : [
61
46
{
62
- "name" : " parameters " ,
47
+ "name" : " algorithm " ,
63
48
"source_files" : [
64
- " include/nil/crypto3/pbkdf/accumulators/parameters /*.{hpp}"
49
+ " include/nil/crypto3/pbkdf/algorithm /*.{hpp}"
65
50
]
66
- }
67
- ]
68
- },
69
- {
70
- "name" : " detail" ,
71
- "source_files" : [
72
- " include/nil/crypto3/pbkdf/detail/*.{hpp}"
73
- ],
74
- "subspecs" : [
51
+ },
75
52
{
76
- "name" : " pbkdf1 " ,
53
+ "name" : " adaptor " ,
77
54
"source_files" : [
78
- " include/nil/crypto3/pbkdf/detail/pbkdf1 /*.{hpp}"
55
+ " include/nil/crypto3/pbkdf/adaptor /*.{hpp}"
79
56
]
80
57
},
81
58
{
82
- "name" : " pbkdf2 " ,
59
+ "name" : " accumulators " ,
83
60
"source_files" : [
84
- " include/nil/crypto3/pbkdf/detail/pbkdf2/*.{hpp}"
61
+ " include/nil/crypto3/pbkdf/accumulators/*.{hpp}"
62
+ ],
63
+ "subspecs" : [
64
+ {
65
+ "name" : " parameters" ,
66
+ "source_files" : [
67
+ " include/nil/crypto3/pbkdf/accumulators/parameters/*.{hpp}"
68
+ ]
69
+ }
85
70
]
86
71
},
87
72
{
88
- "name" : " pgp_s2k " ,
73
+ "name" : " detail " ,
89
74
"source_files" : [
90
- " include/nil/crypto3/pbkdf/detail/pgp_s2k/*.{hpp}"
75
+ " include/nil/crypto3/pbkdf/detail/*.{hpp}"
76
+ ],
77
+ "subspecs" : [
78
+ {
79
+ "name" : " pbkdf1" ,
80
+ "source_files" : [
81
+ " include/nil/crypto3/pbkdf/detail/pbkdf1/*.{hpp}"
82
+ ]
83
+ },
84
+ {
85
+ "name" : " pbkdf2" ,
86
+ "source_files" : [
87
+ " include/nil/crypto3/pbkdf/detail/pbkdf2/*.{hpp}"
88
+ ]
89
+ },
90
+ {
91
+ "name" : " pgp_s2k" ,
92
+ "source_files" : [
93
+ " include/nil/crypto3/pbkdf/detail/pgp_s2k/*.{hpp}"
94
+ ]
95
+ }
91
96
]
92
97
}
93
98
]
You can’t perform that action at this time.
0 commit comments