Commit fd97396
committed
Remove extra data check in signSchnorr and bump version (#3)
This commit removes the check for 'e' (auxRand equivalent) being valid extra data in the signSchnorr function. This adjustment aligns with the updated handling of undefined 'e' values, as discussed in issue #3. The library version is also incremented to reflect this change.1 parent e40fadc commit fd97396
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | 325 | | |
329 | 326 | | |
330 | 327 | | |
| |||
| 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