Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Sha (0.16 sec)

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

            new MessageDigestHashFunction("SHA-256", "Hashing.sha256()");
      }
    
      /**
       * Returns a hash function implementing the SHA-384 algorithm (384 hash bits).
       *
       * @since 19.0
       */
      public static HashFunction sha384() {
        return Sha384Holder.SHA_384;
      }
    
      private static class Sha384Holder {
        static final HashFunction SHA_384 =
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Apr 09 00:37:15 GMT 2024
    - 29.2K bytes
    - Viewed (0)
Back to top