Skip to content

Commit

Permalink
Add ECP_NISTZ256 by Shay Gueron, Intel Corp.
Browse files Browse the repository at this point in the history
RT: 3149

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 4d3fa06)
  • Loading branch information
Andy Polyakov committed Sep 21, 2014
1 parent 8aed2a7 commit 3842a64
Show file tree
Hide file tree
Showing 8 changed files with 16,201 additions and 4 deletions.
6 changes: 6 additions & 0 deletions crypto/ec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib

ecp_nistz256-x86_64.s: asm/ecp_nistz256-x86_64.pl
$(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@

ecp_nistz256-avx2.s: asm/ecp_nistz256-avx2.pl
$(PERL) asm/ecp_nistz256-avx2.pl $(PERLASM_SCHEME) > $@

files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO

Expand Down
Loading

0 comments on commit 3842a64

Please sign in to comment.