Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for ntt (0.04 seconds)

  1. lib/fips140/v1.1.0-rc1.zip

    p.η γ1 := uint32(1 << p.γ1) γ1β := γ1 - uint32(β) z := make([]ringElement, l, maxL) h := make([][n]byte, k, maxK) ch, err := sigDecode(sig, z, h, p) if err != nil { return err } c := ntt(sampleInBall(ch, p)) // w = Â ∘ NTT(z) − NTT(c) ∘ NTT(t₁ ⋅ 2ᵈ) zHat := make([]nttElement, l, maxL) for i := range zHat { zHat[i] = ntt(z[i]) } w := make([]ringElement, k, maxK) for i := range w { var wHat nttElement for j := range l { wHat = polyAdd(wHat, nttMul(A[i*l+j], zHat[j])) } wHat = polySub(wHat, nttMul(c,...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/nra.html
    nra
    
    // nrw : Minds + Machines GmbH
    // https://www.iana.org/domains/root/db/nrw.html
    nrw
    
    // ntt : NIPPON TELEGRAPH AND TELEPHONE CORPORATION
    // https://www.iana.org/domains/root/db/ntt.html
    ntt
    
    // nyc : The City of New York by and through the New York City Department of Information Technology & Telecommunications
    // https://www.iana.org/domains/root/db/nyc.html
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  3. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    nowruz
    nowtv
    nozawaonsen.nagano.jp
    nr
    nra
    nrw
    ns.ca
    nsn.us
    nsupdate.info
    nsw.au
    nsw.edu.au
    nt.au
    nt.ca
    nt.edu.au
    nt.no
    nt.ro
    ntdll.top
    ntr.br
    ntt
    nu
    nu.ca
    nu.it
    numata.gunma.jp
    numata.hokkaido.jp
    numazu.shizuoka.jp
    nuoro.it
    nv.us
    nx.cn
    ny-1.paas.massivegrid.net
    ny-2.paas.massivegrid.net
    ny.us
    nyanta.jp
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue May 27 22:00:49 GMT 2025
    - 129.6K bytes
    - Click Count (3)
  4. lib/fips140/v1.0.0-c2097c7c.zip

    1584, 2298, 2037, 3220, 375, 2549, 2090, 1645, 1063, 319, 2773, 757, 2099, 561, 2466, 2594, 2804, 1092, 403, 1026, 1143, 2150, 2775, 886, 1722, 1212, 1874, 1029, 2110, 2935, 885, 2154} // ntt maps a ringElement to its nttElement representation. // // It implements NTT, according to FIPS 203, Algorithm 9. func ntt(f ringElement) nttElement { k := 1 for len := 128; len >= 2; len /= 2 { for start := 0; start < 256; start += 2 * len { zeta := zetas[k] k++ // Bounds check elimination hint. f, flen := f[start:start+len],...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  5. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    nowruz
    nowtv
    nozawaonsen.nagano.jp
    nr
    nra
    nrw
    ns.ca
    nsn.us
    nsupdate.info
    nsw.au
    nsw.edu.au
    nt.au
    nt.ca
    nt.edu.au
    nt.no
    nt.ro
    ntdll.top
    ntr.br
    ntt
    nu
    nu.ca
    nu.it
    numata.gunma.jp
    numata.hokkaido.jp
    numazu.shizuoka.jp
    nuoro.it
    nv.us
    nx.cn
    ny-1.paas.massivegrid.net
    ny-2.paas.massivegrid.net
    ny.us
    nyanta.jp
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Tue Dec 31 14:50:53 GMT 2024
    - 129.6K bytes
    - Click Count (2)
Back to Top