Commit c556a88
committed
fix(Hash.update): add check for string type when Value type argument is passed.
- Expand test coverage on digest method
- Validate string check with Value type argument is working as expected in both host and guest
Signed-off-by: Elijah Kotyluk <[email protected]>1 parent 1a48f54 commit c556a88
File tree
2 files changed
+7
-2
lines changed- packages/graalvm/src
- main/kotlin/elide/runtime/node/crypto
- test/kotlin/elide/runtime/node
2 files changed
+7
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
388 | 389 | | |
389 | 390 | | |
390 | 391 | | |
391 | | - | |
| 392 | + | |
392 | 393 | | |
393 | 394 | | |
394 | 395 | | |
| |||
576 | 577 | | |
577 | 578 | | |
578 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
579 | 583 | | |
580 | 584 | | |
581 | 585 | | |
| |||
0 commit comments