Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 512x512 (0.03 sec)

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

        return hmacSha256(new SecretKeySpec(checkNotNull(key), "HmacSHA256"));
      }
    
      /**
       * Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the
       * SHA-512 (512 hash bits) hash function and the given secret key.
       *
       * @param key the secret key
       * @throws IllegalArgumentException if the given key is inappropriate for initializing this MAC
       * @since 20.0
       */
    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