Commit 735c0f6
committed
ECC Test Fix
The ECC key generation test was failing due not using large enough of a
buffer. Fixed to use a better size.
1. Set the shared digest/sig buffer size in
_ecc_pairwise_consistency_test() to the maximum possible based on the
math in wc_ecc_sig_sz().1 parent 9781c1f commit 735c0f6
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10229 | 10229 | | |
10230 | 10230 | | |
10231 | 10231 | | |
10232 | | - | |
| 10232 | + | |
| 10233 | + | |
10233 | 10234 | | |
10234 | 10235 | | |
10235 | 10236 | | |
| |||
0 commit comments