Skip to content

Commit

Permalink
Merge branch 's2n-bignum-2024-09-18' into aws-lc-s2n-bignum-update-20…
Browse files Browse the repository at this point in the history
…24-09-18
  • Loading branch information
torben-hansen committed Sep 18, 2024
2 parents efa9d6c + 3713dca commit e2401bc
Show file tree
Hide file tree
Showing 21 changed files with 71,832 additions and 1,933 deletions.
4 changes: 2 additions & 2 deletions third_party/s2n-bignum/arm/curve25519/bignum_madd_n25519.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0

// ----------------------------------------------------------------------------
// Multiply-add modulo the order of the curve25519/edwards25519 basepoint
Expand Down Expand Up @@ -280,5 +280,5 @@ S2N_BN_SYMBOL(bignum_madd_n25519):
ret

#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stacz,"",%progbits
.section .note.GNU-stack,"",%progbits
#endif
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0

// ----------------------------------------------------------------------------
// Multiply-add modulo the order of the curve25519/edwards25519 basepoint
Expand Down Expand Up @@ -206,5 +206,5 @@ S2N_BN_SYMBOL(bignum_madd_n25519_alt):
ret

#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stacz,"",%progbits
.section .note.GNU-stack,"",%progbits
#endif
1,303 changes: 1,303 additions & 0 deletions third_party/s2n-bignum/arm/p256/bignum_montinv_p256.S

Large diffs are not rendered by default.

Loading

0 comments on commit e2401bc

Please sign in to comment.