Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 440 (0.03 sec)

  1. CHANGELOG/CHANGELOG-1.34.md

    - go.etcd.io/etcd/pkg/v3: v3.5.21 → v3.6.4
    - go.etcd.io/etcd/server/v3: v3.5.21 → v3.6.4
    - go.etcd.io/gofail: v0.1.0 → v0.2.0
    - go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful: v0.42.0 → v0.44.0
    - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.58.0 → v0.60.0
    - go.opentelemetry.io/contrib/propagators/b3: v1.17.0 → v1.19.0
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 10 01:13:50 UTC 2025
    - 333.3K bytes
    - Viewed (1)
  2. lib/fips140/v1.1.0-rc1.zip

    highBits88 implements HighBits from FIPS 204 for γ2 = (q - 1) / 88. func highBits88(x uint32) byte { // Like highBits32, this is exhaustively tested in TestDecompose. r1 := (x + 127) >> 7 r1 = (r1*11275 + (1 << 23)) >> 24 r1 = constantTimeSelectEq(r1, 44, 0, r1) return byte(r1) } // decompose88 implements Decompose from FIPS 204 for γ2 = (q - 1) / 88. // // r1 is in [0, 43]. func decompose88(r fieldElement) (r1 byte, r0 int32) { x := fieldFromMontgomery(r) r1 = highBits88(x) // r - r1 * (2 * γ2) mod±...
    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