Commit 10f2725
test: Convert binary test vectors via Buffer.from(...) (#89)
Convert non-Buffer binary test vectors via Buffer.from(...) to ensure that
all binary tests are executed on a Buffer object. Previously some tests
would pass objects that could be accessed as array like objects such as
strings or arrays.1 parent 0ac98fa commit 10f2725
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
| |||
0 commit comments