Skip to content

Commit

Permalink
mirage-crypto-ec: GNUmakefile - fix p256_tables target
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Feb 28, 2024
1 parent 701e983 commit 9cb2ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec/native/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ p256_tables_32.h:
.PHONY: p256
p256: p256_64.h p256_32.h np256_64.h np256_32.h

p224_tables: p256_tables_64.h p256_tables_32.h
p256_tables: p256_tables_64.h p256_tables_32.h

# The NIST curve P-384 (AKA SECP384R1)
P384="2^384 - 2^128 - 2^96 + 2^32 - 1"
Expand Down

0 comments on commit 9cb2ebd

Please sign in to comment.