(no title)
BlackFly | 1 month ago
- 0 * x = 0 so you don't necessarily test the correct computation of x,
- 1 * x = x so you don't necessarily test if you actually use the input 1,
- 2 * 2 = 2^2 = 2 + 2 so you can get some pretty weird masking.
BlackFly | 1 month ago
- 0 * x = 0 so you don't necessarily test the correct computation of x,
- 1 * x = x so you don't necessarily test if you actually use the input 1,
- 2 * 2 = 2^2 = 2 + 2 so you can get some pretty weird masking.
No comments yet.