From bebaa473f6d191d8416dbf99f7729c6d1730b392 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 6 Oct 2023 16:01:53 -0700 Subject: [PATCH] Cargo.toml: Add "third_party/fiat/curve25519_64_adx.h". --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7a634d768..c05af4343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,6 +141,7 @@ include = [ "third_party/fiat/asm/fiat_curve25519_adx_square.S", "third_party/fiat/curve25519_32.h", "third_party/fiat/curve25519_64.h", + "third_party/fiat/curve25519_64_adx.h", "third_party/fiat/curve25519_64_msvc.h", "third_party/fiat/p256_32.h", "third_party/fiat/p256_64.h",