Fixed datatype in function sha384_hmac_init_vector_128() that could come into effect if vector datatype was manually set

This commit is contained in:
Jens Steube
2021-07-19 15:58:38 +02:00
parent 7d43b6e1eb
commit 9421e1f89d
2 changed files with 36 additions and 16 deletions
+20
View File
@@ -1,5 +1,25 @@
* changes v6.2.3 -> v6.2.x
##
## Bugs
##
- Fixed autotune unitialized tmps variable for slow hashes by calling _init kernel before calling _loop kernel
- Fixed datatype in function sha384_hmac_init_vector_128() that could come into effect if vector datatype was manually set
##
## Improvements
##
- Blake Kernels: Optimize BLAKE2B_ROUND() 64 bit rotates giving a 5% performance increase
##
## Technical
##
- HIP Kernels: Got rid of hip/hip_runtime.h dependancy to enable more easy integration of the HIP backend on Windows
* changes v6.2.2 -> v6.2.3
##