12 lines
338 B
Text
12 lines
338 B
Text
Index: cipher/sha512-avx2-bmi2-amd64.S
|
|
--- cipher/sha512-avx2-bmi2-amd64.S.orig
|
|
+++ cipher/sha512-avx2-bmi2-amd64.S
|
|
@@ -444,7 +444,7 @@ _gcry_sha512_transform_amd64_avx2:
|
|
|
|
/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
|
|
/*;; Binary Data */
|
|
-
|
|
+.rodata
|
|
.align 64
|
|
/* K[t] used in SHA512 hashing */
|
|
.LK512:
|