This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Commit 6c47cfb 1 parent 917e306 commit 6c47cfb Copy full SHA for 6c47cfb
File tree 1 file changed +42
-37
lines changed
1 file changed +42
-37
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" : " passhash" ,
39
- "source_files" : [
40
- " include/nil/crypto3/passhash/*.{hpp}"
41
- ],
32
+ "name" : " crypto3" ,
42
33
"subspecs" : [
43
34
{
44
- "name" : " algorithm" ,
45
- "source_files" : [
46
- " include/nil/crypto3/passhash/algorithm/*.{hpp}"
47
- ]
48
- },
49
- {
50
- "name" : " adaptor" ,
35
+ "name" : " detail" ,
51
36
"source_files" : [
52
- " include/nil/crypto3/passhash/adaptor /*.{hpp}"
37
+ " include/nil/crypto3/detail /*.{hpp}"
53
38
]
54
39
},
55
40
{
56
- "name" : " accumulators " ,
41
+ "name" : " passhash " ,
57
42
"source_files" : [
58
- " include/nil/crypto3/passhash/accumulators/ *.{hpp}"
43
+ " include/nil/crypto3/passhash/*.{hpp}"
59
44
],
60
45
"subspecs" : [
61
46
{
62
- "name" : " parameters " ,
47
+ "name" : " algorithm " ,
63
48
"source_files" : [
64
- " include/nil/crypto3/passhash/accumulators/parameters /*.{hpp}"
49
+ " include/nil/crypto3/passhash/algorithm /*.{hpp}"
65
50
]
66
- }
67
- ]
68
- },
69
- {
70
- "name" : " detail" ,
71
- "source_files" : [
72
- " include/nil/crypto3/passhash/detail/*.{hpp}"
73
- ],
74
- "subspecs" : [
51
+ },
52
+ {
53
+ "name" : " adaptor" ,
54
+ "source_files" : [
55
+ " include/nil/crypto3/passhash/adaptor/*.{hpp}"
56
+ ]
57
+ },
75
58
{
76
- "name" : " bcrypt " ,
59
+ "name" : " accumulators " ,
77
60
"source_files" : [
78
- " include/nil/crypto3/passhash/detail/bcrypt/*.{hpp}"
61
+ " include/nil/crypto3/passhash/accumulators/*.{hpp}"
62
+ ],
63
+ "subspecs" : [
64
+ {
65
+ "name" : " parameters" ,
66
+ "source_files" : [
67
+ " include/nil/crypto3/passhash/accumulators/parameters/*.{hpp}"
68
+ ]
69
+ }
79
70
]
80
71
},
81
72
{
82
- "name" : " passhash9 " ,
73
+ "name" : " detail " ,
83
74
"source_files" : [
84
- " include/nil/crypto3/passhash/detail/passhash9/*.{hpp}"
75
+ " include/nil/crypto3/passhash/detail/*.{hpp}"
76
+ ],
77
+ "subspecs" : [
78
+ {
79
+ "name" : " bcrypt" ,
80
+ "source_files" : [
81
+ " include/nil/crypto3/passhash/detail/bcrypt/*.{hpp}"
82
+ ]
83
+ },
84
+ {
85
+ "name" : " passhash9" ,
86
+ "source_files" : [
87
+ " include/nil/crypto3/passhash/detail/passhash9/*.{hpp}"
88
+ ]
89
+ }
85
90
]
86
91
}
87
92
]
You can’t perform that action at this time.
0 commit comments