Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CRC_32 (0.06 sec)

  1. android/guava/src/com/google/common/hash/Hashing.java

       * href="https://en.wikipedia.org/wiki/Hash_function">hash function</a>.
       *
       * @since 14.0
       */
      public static HashFunction crc32() {
        return ChecksumType.CRC_32.hashFunction;
      }
    
      /**
       * Returns a hash function implementing the Adler-32 checksum algorithm (32 hash bits).
       *
       * <p>To get the {@code long} value equivalent to {@link Checksum#getValue()} for a {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Jul 19 16:02:36 UTC 2024
    - 29.3K bytes
    - Viewed (0)
Back to top