Commit c7327bf
committed
Some changes to the core lib:
* Removed C-API. We are expecting a lot of changes to the library, and not expecting to use it out of rust. A C-API may be useful in the future, but not now.
* Created a `dense_mapping` module to simplify the STM module (by far the most complex and crucial module of the library).
* Clerks no longer verify Multi Signatures. Instead, we have multi signatures capable of being verified provided a verification key.1 parent fb9249b commit c7327bf
File tree
12 files changed
+181
-1474
lines changed- .github/workflows
- mithril-core
- benches
- c-tests
- examples
- src
- tests
12 files changed
+181
-1474
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 140 | | |
157 | 141 | | |
158 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments