Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for 440 (0.03 sec)

  1. api/go1.1.txt

    pkg syscall (netbsd-386), const SYS_FPATHCONF = 192
    pkg syscall (netbsd-386), const SYS_FREMOVEXATTR = 386
    pkg syscall (netbsd-386), const SYS_FSETXATTR = 377
    pkg syscall (netbsd-386), const SYS_FSTAT = 440
    pkg syscall (netbsd-386), const SYS_FSTATAT = 466
    pkg syscall (netbsd-386), const SYS_FSTATVFS1 = 358
    pkg syscall (netbsd-386), const SYS_FSYNC = 95
    pkg syscall (netbsd-386), const SYS_FSYNC_RANGE = 354
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  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