repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
marvin-hansen/iggy-streaming-system | 3,454 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_add_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Add modulo p_384, z := (x + y) mod p_384, assuming x and y reduced
// Inputs x[6], y[6]; output z[6]
//
// e... |
marvin-hansen/iggy-streaming-system | 4,340 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_cmul_p384_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply by a single word modulo p_384, z := (c * x) mod p_384, assuming
// x reduced
// Inputs c, x[6]; output... |
marvin-hansen/iggy-streaming-system | 9,903 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_tomont_p384_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Convert to Montgomery form z := (2^384 * x) mod p_384
// Input x[6]; output z[6]
//
// extern void bignum_to... |
marvin-hansen/iggy-streaming-system | 1,412 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_nonzero_6.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// 384-bit nonzeroness test, returning 1 if x is nonzero, 0 if x is zero
// Input x[6]; output function return
//
... |
marvin-hansen/iggy-streaming-system | 4,468 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_demont_p384_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Convert from Montgomery form z := (x / 2^384) mod p_384, assuming x reduced
// Input x[6]; output z[6]
//
// ... |
marvin-hansen/iggy-streaming-system | 56,880 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/p384_montjdouble_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point doubling on NIST curve P-384 in Montgomery-Jacobian coordinates
//
// extern void p384_montjdouble_alt... |
marvin-hansen/iggy-streaming-system | 5,126 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_mod_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Reduce modulo field characteristic, z := x mod p_384
// Input x[k]; output z[6]
//
// extern void bignum_mod... |
marvin-hansen/iggy-streaming-system | 3,032 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_optneg_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Optionally negate modulo p_384, z := (-x) mod p_384 (if p nonzero) or
// z := x (if p zero), assuming x reduced... |
marvin-hansen/iggy-streaming-system | 2,375 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_half_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Halve modulo p_384, z := (x / 2) mod p_384, assuming x reduced
// Input x[6]; output z[6]
//
// extern void ... |
marvin-hansen/iggy-streaming-system | 220,099 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/p384_montjscalarmul.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery-Jacobian form scalar multiplication for P-384
// Input scalar[6], point[18]; output res[18]
//
// ex... |
marvin-hansen/iggy-streaming-system | 1,928 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_mux_6.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// 384-bit multiplex/select z := x (if p nonzero) or z := y (if p zero)
// Inputs p, x[6], y[6]; output z[6]
//
//... |
marvin-hansen/iggy-streaming-system | 5,121 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_mod_n384_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Reduce modulo group order, z := x mod n_384
// Input x[k]; output z[6]
//
// extern void bignum_mod_n384_alt... |
marvin-hansen/iggy-streaming-system | 5,456 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/bignum_deamont_p384_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Convert from almost-Montgomery form, z := (x / 2^384) mod p_384
// Input x[6]; output z[6]
//
// extern void... |
marvin-hansen/iggy-streaming-system | 47,532 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p384/p384_montjdouble.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point doubling on NIST curve P-384 in Montgomery-Jacobian coordinates
//
// extern void p384_montjdouble
// ... |
marvin-hansen/iggy-streaming-system | 4,401 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_cmul_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply by a single word modulo p_521, z := (c * x) mod p_521, assuming
// x reduced
// Inputs c, x[9]; output... |
marvin-hansen/iggy-streaming-system | 52,845 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/p521_jmixadd_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point mixed addition on NIST curve P-521 in Jacobian coordinates
//
// extern void p521_jmixadd_alt
// ... |
marvin-hansen/iggy-streaming-system | 67,156 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/p521_jdouble.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point doubling on NIST curve P-521 in Jacobian coordinates
//
// extern void p521_jdouble
// (uint64_t ... |
marvin-hansen/iggy-streaming-system | 11,018 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_mul_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply modulo p_521, z := (x * y) mod p_521, assuming x and y reduced
// Inputs x[9], y[9]; output z[9]
//
//... |
marvin-hansen/iggy-streaming-system | 10,022 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_montmul_p521_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery multiply, z := (x * y / 2^576) mod p_521
// Inputs x[9], y[9]; output z[9]
//
// extern void bign... |
marvin-hansen/iggy-streaming-system | 40,522 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/p521_jmixadd.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point mixed addition on NIST curve P-521 in Jacobian coordinates
//
// extern void p521_jmixadd
// (uin... |
marvin-hansen/iggy-streaming-system | 3,777 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_triple_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Triple modulo p_521, z := (3 * x) mod p_521, assuming x reduced
// Input x[9]; output z[9]
//
// extern void... |
marvin-hansen/iggy-streaming-system | 9,202 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_montsqr_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery square, z := (x^2 / 2^576) mod p_521
// Input x[9]; output z[9]
//
// extern void bignum_montsqr_... |
marvin-hansen/iggy-streaming-system | 4,809 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_cmul_p521_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply by a single word modulo p_521, z := (c * x) mod p_521, assuming
// x reduced
// Inputs c, x[9]; output... |
marvin-hansen/iggy-streaming-system | 89,176 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/p521_jdouble_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point doubling on NIST curve P-521 in Jacobian coordinates
//
// extern void p521_jdouble_alt
// (uint6... |
marvin-hansen/iggy-streaming-system | 9,136 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_mul_p521_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply modulo p_521, z := (x * y) mod p_521, assuming x and y reduced
// Inputs x[9], y[9]; output z[9]
//
//... |
marvin-hansen/iggy-streaming-system | 1,712 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_tolebytes_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Convert 9-digit 528-bit bignum to little-endian bytes
//
// extern void bignum_tolebytes_p521
// (uint8_... |
marvin-hansen/iggy-streaming-system | 3,507 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_tomont_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Convert to Montgomery form z := (2^576 * x) mod p_521
// Input x[9]; output z[9]
//
// extern void bignum_to... |
marvin-hansen/iggy-streaming-system | 2,469 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_neg_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Negate modulo p_521, z := (-x) mod p_521, assuming x reduced
// Input x[9]; output z[9]
//
// extern void bi... |
marvin-hansen/iggy-streaming-system | 99,966 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_inv_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Modular inverse modulo p_521 = 2^521 - 1
// Input x[9]; output z[9]
//
// extern void bignum_inv_p521(uint64_t... |
marvin-hansen/iggy-streaming-system | 1,746 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_fromlebytes_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Convert little-endian bytes to 9-digit 528-bit bignum
//
// extern void bignum_fromlebytes_p521
// (uint... |
marvin-hansen/iggy-streaming-system | 8,948 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_sqr_p521_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Square modulo p_521, z := (x^2) mod p_521, assuming x reduced
// Input x[9]; output z[9]
//
// extern void b... |
marvin-hansen/iggy-streaming-system | 3,629 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_deamont_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Convert from Montgomery form z := (x / 2^576) mod p_521
// Input x[9]; output z[9]
//
// extern void bignum_... |
marvin-hansen/iggy-streaming-system | 4,162 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_mod_n521_9_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Reduce modulo group order, z := x mod n_521
// Input x[9]; output z[9]
//
// extern void bignum_mod_n521_9_a... |
marvin-hansen/iggy-streaming-system | 52,586 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/p521_jadd_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point addition on NIST curve P-521 in Jacobian coordinates
//
// extern void p521_jadd_alt
// (uint64_t... |
marvin-hansen/iggy-streaming-system | 40,286 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/p521_jadd.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point addition on NIST curve P-521 in Jacobian coordinates
//
// extern void p521_jadd
// (uint64_t p3[... |
marvin-hansen/iggy-streaming-system | 2,792 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_mod_p521_9.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Reduce modulo field characteristic, z := x mod p_521
// Input x[9]; output z[9]
//
// extern void bignum_mod... |
marvin-hansen/iggy-streaming-system | 2,151 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_double_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Double modulo p_521, z := (2 * x) mod p_521, assuming x reduced
// Input x[9]; output z[9]
//
// extern void... |
marvin-hansen/iggy-streaming-system | 2,660 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_optneg_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Optionally negate modulo p_521, z := (-x) mod p_521 (if p nonzero) or
// z := x (if p zero), assuming x reduced... |
marvin-hansen/iggy-streaming-system | 2,746 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_sub_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Subtract modulo p_521, z := (x - y) mod p_521
// Inputs x[9], y[9]; output z[9]
//
// extern void bignum_sub... |
marvin-hansen/iggy-streaming-system | 8,392 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_sqr_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Square modulo p_521, z := (x^2) mod p_521, assuming x reduced
// Input x[9]; output z[9]
//
// extern void b... |
marvin-hansen/iggy-streaming-system | 2,971 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_add_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Add modulo p_521, z := (x + y) mod p_521, assuming x and y reduced
// Inputs x[9], y[9]; output z[9]
//
// e... |
marvin-hansen/iggy-streaming-system | 9,762 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_montsqr_p521_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery square, z := (x^2 / 2^576) mod p_521
// Input x[9]; output z[9]
//
// extern void bignum_montsqr_... |
marvin-hansen/iggy-streaming-system | 84,667 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/p521_jscalarmul_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Jacobian form scalar multiplication for P-521
// Input scalar[9], point[27]; output res[27]
//
// extern void p... |
marvin-hansen/iggy-streaming-system | 11,813 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_montmul_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery multiply, z := (x * y / 2^576) mod p_521
// Inputs x[9], y[9]; output z[9]
//
// extern void bign... |
marvin-hansen/iggy-streaming-system | 76,340 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/p521_jscalarmul.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Jacobian form scalar multiplication for P-521
// Input scalar[9], point[27]; output res[27]
//
// extern void p... |
marvin-hansen/iggy-streaming-system | 2,273 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_demont_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Convert from Montgomery form z := (x / 2^576) mod p_521, assuming x reduced
// Input x[9]; output z[9]
//
// ... |
marvin-hansen/iggy-streaming-system | 3,818 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_mod_n521_9.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Reduce modulo group order, z := x mod n_521
// Input x[9]; output z[9]
//
// extern void bignum_mod_n521_9
/... |
marvin-hansen/iggy-streaming-system | 2,196 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_half_p521.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Halve modulo p_521, z := (x / 2) mod p_521, assuming x reduced
// Input x[9]; output z[9]
//
// extern void ... |
marvin-hansen/iggy-streaming-system | 3,791 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/x86_att/p521/bignum_triple_p521_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Triple modulo p_521, z := (3 * x) mod p_521, assuming x reduced
// Input x[9]; output z[9]
//
// extern void... |
marvin-hansen/iggy-streaming-system | 149,629 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p256/p256_montjscalarmul.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery-Jacobian form scalar multiplication for P-256
// Input scalar[4], point[12]; output res[12]
//
// ex... |
marvin-hansen/iggy-streaming-system | 99,702 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p256/p256_montjscalarmul_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery-Jacobian form scalar multiplication for P-256
// Input scalar[4], point[12]; output res[12]
//
// ex... |
marvin-hansen/iggy-streaming-system | 65,525 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p256/bignum_montinv_p256.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery inverse modulo p_256 = 2^256 - 2^224 + 2^192 + 2^96 - 1
// Input x[4]; output z[4]
//
// extern void... |
marvin-hansen/iggy-streaming-system | 290,427 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/curve25519_x25519base_byte_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// The x25519 function for curve25519 on base element 9 (byte array arguments)
// Input scalar[32] (bytes); output... |
marvin-hansen/iggy-streaming-system | 20,635 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/edwards25519_decode.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Decode compressed 256-bit form of edwards25519 point
// Input c[32] (bytes); output function return and z[8]
//... |
marvin-hansen/iggy-streaming-system | 294,368 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/curve25519_x25519base.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// The x25519 function for curve25519 on base element 9
// Input scalar[4]; output res[4]
//
// extern void curve2... |
marvin-hansen/iggy-streaming-system | 16,599 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/edwards25519_decode_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Decode compressed 256-bit form of edwards25519 point
// Input c[32] (bytes); output function return and z[8]
//... |
marvin-hansen/iggy-streaming-system | 298,295 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/curve25519_x25519base_byte.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// The x25519 function for curve25519 on base element 9 (byte array arguments)
// Input scalar[32] (bytes); output... |
marvin-hansen/iggy-streaming-system | 3,955 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/edwards25519_encode.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Encode edwards25519 point into compressed form as 256-bit number
// Input p[8]; output z[32] (bytes)
//
// e... |
marvin-hansen/iggy-streaming-system | 56,302 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/curve25519_x25519_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// The x25519 function for curve25519
// Inputs scalar[4], point[4]; output res[4]
//
// extern void curve25519_x2... |
marvin-hansen/iggy-streaming-system | 9,767 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/bignum_madd_n25519.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply-add modulo the order of the curve25519/edwards25519 basepoint
// Inputs x[4], y[4], c[4]; output z[4]
... |
marvin-hansen/iggy-streaming-system | 1,712 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/bignum_neg_p25519.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Negate modulo p_25519, z := (-x) mod p_25519, assuming x reduced
// Input x[4]; output z[4]
//
// extern voi... |
marvin-hansen/iggy-streaming-system | 286,542 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/curve25519_x25519base_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// The x25519 function for curve25519 on base element 9
// Input scalar[4]; output res[4]
//
// extern void curve2... |
marvin-hansen/iggy-streaming-system | 62,149 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/curve25519_x25519_byte_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// The x25519 function for curve25519 (byte array arguments)
// Inputs scalar[32] (bytes), point[32] (bytes); outp... |
marvin-hansen/iggy-streaming-system | 97,218 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/curve25519_x25519_byte.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// **********************************************************************
// This code is substantially derived from Emil Lenngren's implementation
//
// https://github.com/Emill/X25519-AAr... |
marvin-hansen/iggy-streaming-system | 295,442 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/edwards25519_scalarmulbase.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Scalar multiplication for the edwards25519 standard basepoint
// Input scalar[4]; output res[8]
//
// extern vo... |
marvin-hansen/iggy-streaming-system | 94,745 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/edwards25519_scalarmuldouble_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Double scalar multiplication for edwards25519, fresh and base point
// Input scalar[4], point[8], bscalar[4]; o... |
marvin-hansen/iggy-streaming-system | 91,363 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/curve25519_x25519.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// **********************************************************************
// This code is substantially derived from Emil Lenngren's implementation
//
// https://github.com/Emill/X25519-AAr... |
marvin-hansen/iggy-streaming-system | 7,610 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/bignum_madd_n25519_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply-add modulo the order of the curve25519/edwards25519 basepoint
// Inputs x[4], y[4], c[4]; output z[4]
... |
marvin-hansen/iggy-streaming-system | 105,413 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/edwards25519_scalarmuldouble.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Double scalar multiplication for edwards25519, fresh and base point
// Input scalar[4], point[8], bscalar[4]; o... |
marvin-hansen/iggy-streaming-system | 5,058 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/bignum_mod_n25519.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Reduce modulo basepoint order, z := x mod n_25519
// Input x[k]; output z[4]
//
// extern void bignum_mod_n2... |
marvin-hansen/iggy-streaming-system | 287,612 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/curve25519/edwards25519_scalarmulbase_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Scalar multiplication for the edwards25519 standard basepoint
// Input scalar[4]; output res[8]
//
// extern vo... |
marvin-hansen/iggy-streaming-system | 2,966 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/generic/bignum_copy_row_from_table_8n_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Given table: uint64_t[height*width], copy table[idx*width...(idx+1)*width-1]
// into z[0..width-1]. width must ... |
marvin-hansen/iggy-streaming-system | 3,284 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/generic/bignum_copy_row_from_table_16_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Given table: uint64_t[height*16], copy table[idx*16...(idx+1)*16-1]
// into z[0..row-1].
// This function is co... |
marvin-hansen/iggy-streaming-system | 4,674 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/generic/bignum_copy_row_from_table_32_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Given table: uint64_t[height*32], copy table[idx*32...(idx+1)*32-1]
// into z[0..row-1].
// This function is co... |
marvin-hansen/iggy-streaming-system | 2,339 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/generic/bignum_ge.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Compare bignums, x >= y
// Inputs x[m], y[n]; output function return
//
// extern uint64_t bignum_ge
// ... |
marvin-hansen/iggy-streaming-system | 2,250 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/generic/bignum_copy_row_from_table.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Given table: uint64_t[height*width], copy table[idx*width...(idx+1)*width-1]
// into z[0..width-1].
// This fun... |
marvin-hansen/iggy-streaming-system | 1,800 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/generic/bignum_optsub.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Optionally subtract, z := x - y (if p nonzero) or z := x (if p zero)
// Inputs x[k], p, y[k]; outputs function ... |
marvin-hansen/iggy-streaming-system | 3,398 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/generic/bignum_sqr.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Square z := x^2
// Input x[n]; output z[k]
//
// extern void bignum_sqr
// (uint64_t k, uint64_t *z, uin... |
marvin-hansen/iggy-streaming-system | 2,847 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/generic/bignum_mul.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply z := x * y
// Inputs x[m], y[n]; output z[k]
//
// extern void bignum_mul
// (uint64_t k, uint6... |
marvin-hansen/iggy-streaming-system | 23,288 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_kmul_16_32_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply z := x * y
// Inputs x[16], y[16]; output z[32]; temporary buffer t[>=32]
//
// extern void bignum_... |
marvin-hansen/iggy-streaming-system | 27,689 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_emontredc_8n_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Extended Montgomery reduce in 8-digit blocks, results in input-output buffer
// Inputs z[2*k], m[k], w; outputs... |
marvin-hansen/iggy-streaming-system | 38,399 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_kmul_32_64.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply z := x * y
// Inputs x[32], y[32]; output z[64]; temporary buffer t[>=96]
//
// extern void bignum_... |
marvin-hansen/iggy-streaming-system | 23,649 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_kmul_16_32.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply z := x * y
// Inputs x[16], y[16]; output z[32]; temporary buffer t[>=32]
//
// extern void bignum_... |
marvin-hansen/iggy-streaming-system | 30,007 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_ksqr_32_64_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Square, z := x^2
// Input x[32]; output z[64]; temporary buffer t[>=72]
//
// extern void bignum_ksqr_32_64_... |
marvin-hansen/iggy-streaming-system | 27,741 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_ksqr_32_64.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Square, z := x^2
// Input x[32]; output z[64]; temporary buffer t[>=72]
//
// extern void bignum_ksqr_32_64
... |
marvin-hansen/iggy-streaming-system | 16,722 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_ksqr_16_32.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Square, z := x^2
// Input x[16]; output z[32]; temporary buffer t[>=24]
//
// extern void bignum_ksqr_16_32
... |
marvin-hansen/iggy-streaming-system | 38,055 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_kmul_32_64_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Multiply z := x * y
// Inputs x[32], y[32]; output z[64]; temporary buffer t[>=96]
//
// extern void bignum_... |
marvin-hansen/iggy-streaming-system | 10,134 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_emontredc_8n.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Extended Montgomery reduce in 8-digit blocks, results in input-output buffer
// Inputs z[2*k], m[k], w; outputs... |
marvin-hansen/iggy-streaming-system | 18,973 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/fastmul/bignum_ksqr_16_32_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Square, z := x^2
// Input x[16]; output z[32]; temporary buffer t[>=24]
//
// extern void bignum_ksqr_16_32_... |
marvin-hansen/iggy-streaming-system | 2,499 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_mod_n384_6.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Reduce modulo group order, z := x mod n_384
// Input x[6]; output z[6]
//
// extern void bignum_mod_n384_6
/... |
marvin-hansen/iggy-streaming-system | 2,029 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_sub_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Subtract modulo p_384, z := (x - y) mod p_384
// Inputs x[6], y[6]; output z[6]
//
// extern void bignum_sub... |
marvin-hansen/iggy-streaming-system | 5,054 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_mod_n384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Reduce modulo group order, z := x mod n_384
// Input x[k]; output z[6]
//
// extern void bignum_mod_n384
// ... |
marvin-hansen/iggy-streaming-system | 9,433 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_montmul_p384_alt.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery multiply, z := (x * y / 2^384) mod p_384
// Inputs x[6], y[6]; output z[6]
//
// extern void bign... |
marvin-hansen/iggy-streaming-system | 71,022 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_montinv_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery inverse modulo p_384 = 2^384 - 2^128 - 2^96 + 2^32 - 1
// Input x[6]; output z[6]
//
// extern void ... |
marvin-hansen/iggy-streaming-system | 39,048 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/p384_montjmixadd.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Point mixed addition on NIST curve P-384 in Montgomery-Jacobian coordinates
//
// extern void p384_montjmixa... |
marvin-hansen/iggy-streaming-system | 3,431 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_triple_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Triple modulo p_384, z := (3 * x) mod p_384
// Input x[6]; output z[6]
//
// extern void bignum_triple_p384
... |
marvin-hansen/iggy-streaming-system | 19,651 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_montsqr_p384_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery square, z := (x^2 / 2^384) mod p_384
// Input x[6]; output z[6]
//
// extern void bignum_montsqr_... |
marvin-hansen/iggy-streaming-system | 25,147 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_montmul_p384_neon.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery multiply, z := (x * y / 2^384) mod p_384
// Inputs x[6], y[6]; output z[6]
//
// extern void bign... |
marvin-hansen/iggy-streaming-system | 10,804 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_montsqr_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Montgomery square, z := (x^2 / 2^384) mod p_384
// Input x[6]; output z[6]
//
// extern void bignum_montsqr_... |
marvin-hansen/iggy-streaming-system | 2,311 | thirdparty/crates/aws-lc-sys-0.25.1/aws-lc/third_party/s2n-bignum/arm/p384/bignum_double_p384.S | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT-0
// ----------------------------------------------------------------------------
// Double modulo p_384, z := (2 * x) mod p_384, assuming x reduced
// Input x[6]; output z[6]
//
// extern void... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.