Commit e57f2e1
committed
pubkey_load: replace ARG_CHECK with VERIFY_CHECK
This change prepares for the addition of ge_from_bytes and ge_to_bytes which do
not take a context. This change should be inconsequential because it's very
unlikely to land in the `sizeof(secp256k1_ge_storage) != 64` branch and the
other branch does not have an ARG_CHECK either.1 parent 33be375 commit e57f2e1
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
252 | 259 | | |
253 | 260 | | |
254 | 261 | | |
| |||
0 commit comments