Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewRat (0.05 sec)

  1. lib/fips140/v1.0.0.zip

    divide 8 are more complex to implement, but // are likely to be more efficient if necessary. table := [(1 << 4) - 1]*Nat{ // table[i] = x ^ (i+1) // newNat calls are unrolled so they are allocated on the stack. NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), NewNat(), } table[0].set(x).montgomeryRepresenta(m) for i := 1; i < len(table); i++ { table[i].montgomeryMul(table[i-1], table[0], m) } out.resetFor(m) out.limbs[0]...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg math, func Y0(float64) float64
    pkg math, func Y1(float64) float64
    pkg math, func Yn(int, float64) float64
    pkg math/big, const MaxBase ideal-char
    pkg math/big, func NewInt(int64) *Int
    pkg math/big, func NewRat(int64, int64) *Rat
    pkg math/big, method (*Int) Abs(*Int) *Int
    pkg math/big, method (*Int) Add(*Int, *Int) *Int
    pkg math/big, method (*Int) And(*Int, *Int) *Int
    pkg math/big, method (*Int) AndNot(*Int, *Int) *Int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top