Skip to content

Commit

Permalink
Support SHA3 with ARMASM.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Oct 29, 2024
1 parent 64e4121 commit a65e93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ ifeq ($(ARCH),AARCH64)
ARCH_FLAGS=-mstrict-align
CFLAGS+=$(ARCH_FLAGS) -DWOLFSSL_ARMASM -DWC_HASH_DATA_ALIGNMENT=8
WOLFCRYPT_OBJS += lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha256.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha3-asm_c.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-aes.o
endif
endif
Expand Down

0 comments on commit a65e93f

Please sign in to comment.