Commit 0fe72aaa authored by Andy Polyakov's avatar Andy Polyakov
Browse files

sha/asm/keccak1600-x86_64.pl: make it work on Windows.

parent e4739e31
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ my @rhotates = ([ 0, 1, 62, 28, 27 ],
$code.=<<___;
.text

.type	__KeccakF1600,\@function
.type	__KeccakF1600,\@abi-omnipotent
.align	32
__KeccakF1600:
	mov	$A[4][0](%rdi),@C[0]
@@ -345,7 +345,7 @@ $code.=<<___;
.size	__KeccakF1600,.-__KeccakF1600

.globl	KeccakF1600
.type	KeccakF1600,\@function
.type	KeccakF1600,\@abi-omnipotent
.align	32
KeccakF1600:
.cfi_startproc
@@ -410,7 +410,7 @@ ___
     ($A_flat,$inp) = ("%r8","%r9");
$code.=<<___;
.globl	SHA3_absorb
.type	SHA3_absorb,\@function
.type	SHA3_absorb,\@function,4
.align	32
SHA3_absorb:
.cfi_startproc
@@ -505,7 +505,7 @@ ___

$code.=<<___;
.globl	SHA3_squeeze
.type	SHA3_squeeze,\@function
.type	SHA3_squeeze,\@function,4
.align	32
SHA3_squeeze:
.cfi_startproc