Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checksums (0.43 sec)

  1. lib/fips140/v1.0.0.zip

    import ( "crypto/internal/fips140" "crypto/internal/fips140deps/byteorder" "errors" ) const ( // size512 is the size, in bytes, of a SHA-512 checksum. size512 = 64 // size224 is the size, in bytes, of a SHA-512/224 checksum. size224 = 28 // size256 is the size, in bytes, of a SHA-512/256 checksum. size256 = 32 // size384 is the size, in bytes, of a SHA-384 checksum. size384 = 48 // blockSize is the block size, in bytes, of the SHA-512/224, // SHA-512/256, SHA-384 and SHA-512 hash functions. blockSize...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

      network plugins which was first widely noticed in 1.16 (though some users saw it
      earlier than that, possibly only with specific network plugins). If you were previously
      using ethtool to disable checksum offload on your primary network interface, you should
      now be able to stop doing that. ([#92035](https://github.com/kubernetes/kubernetes/pull/92035), [@danwinship](https://github.com/danwinship)) [SIG Network and Node]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top