Commit e40fadc
committed
Add warning for undefined 'e' in signSchnorr function (#3)
This commit introduces a console warning when 'e' (auxRand equivalent) is undefined during a Schnorr signing operation. The warning informs users of potential discrepancies between our library and tiny-secp256k1 due to differences in how 'e' is handled when it's not provided. This is a response to issue #3.1 parent 73bf983 commit e40fadc
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
314 | 319 | | |
315 | 320 | | |
316 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments