Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestP256SelectPageBo (0.17 sec)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    return start, end } func TestP256SelectAffine(t *testing.T) { var out p256AffinePoint begintp, endtp := dangerousObjs[p256AffineTable](t) for i := 0; i < 31; i++ { p256SelectAffine(&out, begintp, i) p256SelectAffine(&out, endtp, i) } } func TestP256SelectPageBo(t *testing.T) { var out P256Point begintp, endtp := dangerousObjs[p256Table](t) for i := 0; i < 15; i++ { p256Select(&out, begintp, i) p256Select(&out, endtp, i) } } golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c2097c7c/nistec/p256_ordinv.go...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    return start, end } func TestP256SelectAffine(t *testing.T) { var out p256AffinePoint begintp, endtp := dangerousObjs[p256AffineTable](t) for i := 0; i < 31; i++ { p256SelectAffine(&out, begintp, i) p256SelectAffine(&out, endtp, i) } } func TestP256SelectPageBo(t *testing.T) { var out P256Point begintp, endtp := dangerousObjs[p256Table](t) for i := 0; i < 15; i++ { p256Select(&out, begintp, i) p256Select(&out, endtp, i) } } golang.org/fips140@v1.1.0-rc1/fips140/v1.1.0-rc1/nistec/p256_ordinv.go //...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top