Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for NAF (1.3 seconds)

  1. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    \u0009xn--90amc\u0009xn--h1ahn\nxn--h1aliz\u0009xn--j1adp\u000bxn--j1ael8b\u0005agric\u0007grondar\u0003nis\u0004lima\u0006triton\u0008frontend\u0005relay\u0007staging\u0004mtls\u000bprivatelink\u0003sth\u0002ex\u0006kunden\u0009cloudlets\u0003vps\naf-south-1\u0009ap-east-1\u000eap-northeast-1\u000eap-northeast-2\u000eap-northeast-3\nap-south-1\nap-south-2\u000eap-southeast-1\u000eap-southeast-2\u000eap-southeast-3\u000eap-southeast-4\u000eap-southeast-5\u000eap-southeast-7\u000cca-central-1\u00...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
  2. lib/fips140/v1.26.0.zip

    yptography/curve25519-dalek/blob/f630041af28e9a405255/src/scalar.rs#L800-L871 b := s.Bytes() if b[31] > 127 { panic("scalar has high bit set illegally") } if w < 2 { panic("w must be at least 2 by the definition of NAF") } else if w > 8 { panic("NAF digits must fit in int8") } var naf [256]int8 var digits [5]uint64 for i := 0; i < 4; i++ { digits[i] = byteorder.LEUint64(b[i*8:]) } width := uint64(1 << w) windowMask := uint64(width - 1) pos := uint(0) carry := uint64(0) for pos < 256 { indexU64 :=...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  3. lib/fips140/v1.0.0-c2097c7c.zip

    yptography/curve25519-dalek/blob/f630041af28e9a405255/src/scalar.rs#L800-L871 b := s.Bytes() if b[31] > 127 { panic("scalar has high bit set illegally") } if w < 2 { panic("w must be at least 2 by the definition of NAF") } else if w > 8 { panic("NAF digits must fit in int8") } var naf [256]int8 var digits [5]uint64 for i := 0; i < 4; i++ { digits[i] = byteorder.LEUint64(b[i*8:]) } width := uint64(1 << w) windowMask := uint64(width - 1) pos := uint(0) carry := uint64(0) for pos < 256 { indexU64 :=...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top