-
```
What steps will reproduce the problem?
1. Generate CryptoJS.HmacSHA256 signature 10000 times with the same data and key
2. Compare results
3. Notice a varying number of wrong results per execution…
-
```
What steps will reproduce the problem?
1. Generate CryptoJS.HmacSHA256 signature 10000 times with the same data and key
2. Compare results
3. Notice a varying number of wrong results per execution…
-
```
What steps will reproduce the problem?
1. Generate CryptoJS.HmacSHA256 signature 10000 times with the same data and key
2. Compare results
3. Notice a varying number of wrong results per execution…
-
```
What steps will reproduce the problem?
1. Generate CryptoJS.HmacSHA256 signature 10000 times with the same data and key
2. Compare results
3. Notice a varying number of wrong results per execution…
-
```
What steps will reproduce the problem?
1. Generate CryptoJS.HmacSHA256 signature 10000 times with the same data and key
2. Compare results
3. Notice a varying number of wrong results per execution…
-
```
What steps will reproduce the problem?
1. Generate CryptoJS.HmacSHA256 signature 10000 times with the same data and key
2. Compare results
3. Notice a varying number of wrong results per execution…
-
Expressions like
```
#pythran export foo(uint8[], uint8)
def foo(a, b):
return a & b == a
```
are slow in pythran if `a.dtype is np.uint8`. It's no longer the case for uint64, so I guess we shou…
-
### Vector Version
```
0.17.3
```
### Vector Configuration File
```toml
[sources.kafka]
type = "kafka"
bootstrap_servers = "xxxx:9092,xxxx:9092,xxxx:9092"
group_id = "ngxallacct…
-
### Description
In the CUE project we are seeing incredibly slow run times on Windows 2022 runners.
For a recent example see https://github.com/cue-lang/cue-trybot/actions/runs/4477594562/.
Ro…
-
In the paper, the boxplot with swim distances in combination with the temperature plot has also the number of eels taken into account on top of the different boxplots.
We should add this in the R-co…