1
1
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
// SPDX-License-Identifier: Apache-2.0 OR ISC
3
- // Fri Nov 22 14:24:06 UTC 2024
3
+ // Wed Dec 11 13:51:11 UTC 2024
4
4
5
5
use crate :: cc_builder:: Library ;
6
6
@@ -161,7 +161,6 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
161
161
"crypto/rand_extra/entropy_passive.c" ,
162
162
"crypto/rand_extra/forkunsafe.c" ,
163
163
"crypto/rand_extra/fuchsia.c" ,
164
- "crypto/rand_extra/pq_custom_randombytes.c" ,
165
164
"crypto/rand_extra/rand_extra.c" ,
166
165
"crypto/rand_extra/trusty.c" ,
167
166
"crypto/rand_extra/windows.c" ,
@@ -316,6 +315,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
316
315
"third_party/s2n-bignum/arm/p384/bignum_nonzero_6.S" ,
317
316
"third_party/s2n-bignum/arm/p384/bignum_sub_p384.S" ,
318
317
"third_party/s2n-bignum/arm/p384/bignum_tomont_p384.S" ,
318
+ "third_party/s2n-bignum/arm/p384/p384_montjdouble.S" ,
319
+ "third_party/s2n-bignum/arm/p384/p384_montjdouble_alt.S" ,
319
320
"third_party/s2n-bignum/arm/p521/bignum_add_p521.S" ,
320
321
"third_party/s2n-bignum/arm/p521/bignum_fromlebytes_p521.S" ,
321
322
"third_party/s2n-bignum/arm/p521/bignum_mul_p521.S" ,
@@ -325,5 +326,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
325
326
"third_party/s2n-bignum/arm/p521/bignum_sqr_p521_alt.S" ,
326
327
"third_party/s2n-bignum/arm/p521/bignum_sub_p521.S" ,
327
328
"third_party/s2n-bignum/arm/p521/bignum_tolebytes_p521.S" ,
329
+ "third_party/s2n-bignum/arm/p521/p521_jdouble.S" ,
330
+ "third_party/s2n-bignum/arm/p521/p521_jdouble_alt.S" ,
328
331
] ,
329
332
} ;
0 commit comments