Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 183 of 183 for Darwin (2.03 sec)

  1. src/main/webapp/js/admin/jquery-3.7.1.min.map

    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 131.6K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    SHA-3 instructions are apparently slower than the // pure Go implementation. Checking GOOS is a bit blunt, as it also excludes // Asahi Linux; we might consider checking the MIDR model in the future. var useSHA3 = cpu.ARM64HasSHA3 && runtime.GOOS == "darwin" func init() { impl.Register("sha3", "Armv8.2", &useSHA3) } //go:noescape func keccakF1600NEON(a *[200]byte) func keccakF1600(a *[200]byte) { if useSHA3 { keccakF1600NEON(a) } else { keccakF1600Generic(a) } } func (d *Digest) write(p []byte) (n int,...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0-c2097c7c.zip

    - 2^96 + 1", Prefix: "p224", FiatType: "[4]uint64", BytesLen: 28, }, // The P-256 fiat implementation is used only on 32-bit architectures, but // the uint32 fiat code is for some reason slower than the uint64 one. That // suggests there is a wide margin for improvement. { Element: "P256Element", Prime: "2^256 - 2^224 + 2^192 + 2^96 - 1", Prefix: "p256", FiatType: "[4]uint64", BytesLen: 32, }, { Element: "P384Element", Prime: "2^384 - 2^128 - 2^96 + 2^32 - 1", Prefix: "p384", FiatType: "[6]uint64",...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
Back to top