Skip to content

Commit

Permalink
fix symbols for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jul 30, 2024
1 parent bb93811 commit a8b111c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ round_constants:
.text
.balign 16
.global keccak_f1600_x1_scalar_slothy_opt_a55
.global _keccak_f1600_x1_scalar_slothy
.global _keccak_f1600_x1_scalar_slothy_opt_a55

.macro load_constant_ptr_stack
ldr const_addr, [sp, #(STACK_OFFSET_CONST)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ round_constants:
#define KECCAK_F1600_ROUNDS 24

.global keccak_f1600_x4_hybrid_slothy_opt_a55
.global _keccak_f1600_x4_hybrid_slothy
.global _keccak_f1600_x4_hybrid_slothy_opt_a55
.text
.align 4

Expand Down

0 comments on commit a8b111c

Please sign in to comment.