Commit 20ca6a5
committed
Implement Satisfier for map<Pk, bitcoin::ecdsa::Signature>
Define a marco that when called looks reasonably similar to the original
code to implement `Satisfier<Pk> for map<Pk,
bitcoin::ecdsa::Signature` and call it with `BTreeMap` and `HashMap`.
This is an API addition, `HashMap` is imported from `hashbrown` for
no-std builds.1 parent d1c61e4 commit 20ca6a5
1 file changed
+20
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
| |||
0 commit comments