Skip to content

Commit 3842a64

Browse files
author
Andy Polyakov
committed
Add ECP_NISTZ256 by Shay Gueron, Intel Corp.
RT: 3149 Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 4d3fa06)
1 parent 8aed2a7 commit 3842a64

File tree

8 files changed

+16201
-4
lines changed

8 files changed

+16201
-4
lines changed

crypto/ec/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ lib: $(LIBOBJ)
4848
$(RANLIB) $(LIB) || echo Never mind.
4949
@touch lib
5050

51+
ecp_nistz256-x86_64.s: asm/ecp_nistz256-x86_64.pl
52+
$(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@
53+
54+
ecp_nistz256-avx2.s: asm/ecp_nistz256-avx2.pl
55+
$(PERL) asm/ecp_nistz256-avx2.pl $(PERLASM_SCHEME) > $@
56+
5157
files:
5258
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
5359

0 commit comments

Comments
 (0)