Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 56be34521d144c88dbb8c733f0e8b3f6 (0.19 sec)

  1. guava-tests/test/com/google/common/hash/MacHashFunctionTest.java

      }
    
      public void testRfc2202_hmacMd5_case3() {
        byte[] key = fillByteArray(16, 0xaa);
        byte[] data = fillByteArray(50, 0xdd);
    
        checkMd5("56be34521d144c88dbb8c733f0e8b3f6", key, data);
      }
    
      public void testRfc2202_hmacMd5_case4() {
        byte[] key = base16().lowerCase().decode("0102030405060708090a0b0c0d0e0f10111213141516171819");
        byte[] data = fillByteArray(50, 0xcd);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:22:54 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top