Skip to content

Commit

Permalink
bignum_emontredc_8n_neon: fix typo in head comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Sep 28, 2024
1 parent f90f6d1 commit e205f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm/fastmul/bignum_emontredc_8n_neon.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0

// ----------------------------------------------------------------------------
// Extend Montgomery reduce in 8-digit blocks, results in input-output buffer
// Extended Montgomery reduce in 8-digit blocks, results in input-output buffer
// Inputs z[2*k], m[k], w; outputs function return (extra result bit) and z[2*k]
//
// extern uint64_t bignum_emontredc_8n_neon
Expand Down

0 comments on commit e205f0a

Please sign in to comment.