upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mirage-crypto-ec: GNUmakefile - fix p256_tables target

+1 -1
+1 -1
ec/native/GNUmakefile
··· 81 81 .PHONY: p256 82 82 p256: p256_64.h p256_32.h np256_64.h np256_32.h 83 83 84 - p224_tables: p256_tables_64.h p256_tables_32.h 84 + p256_tables: p256_tables_64.h p256_tables_32.h 85 85 86 86 # The NIST curve P-384 (AKA SECP384R1) 87 87 P384="2^384 - 2^128 - 2^96 + 2^32 - 1"