Commit 1fdcef75 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

ARM assembly pack: add ChaCha20 and Poly1305 modules.

parent 6d9843e7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@ chacha-x86_64.s: asm/chacha-x86_64.pl

chacha-%.S:	asm/chacha-%.pl;	$(PERL) $< $(PERLASM_SCHEME) $@

chacha-armv4.o:	chacha-armv4.S
chacha-armv8.o:	chacha-armv8.S

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

+1144 −0

File added.

Preview size limit exceeded, changes collapsed.

+1126 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -45,6 +45,9 @@ poly1305-x86_64.s: asm/poly1305-x86_64.pl

poly1305-%.S:	asm/poly1305-%.pl;	$(PERL) $< $(PERLASM_SCHEME) $@

poly1305-armv4.o:	poly1305-armv4.S
poly1305-armv8.o:	poly1305-armv8.S

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

+1216 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading