Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 4c9007f4026250c6bc8414f9bf50c86c2d7235da (0.1 sec)

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

      public void testRfc2202_hmacSha1_case4() {
        byte[] key = base16().lowerCase().decode("0102030405060708090a0b0c0d0e0f10111213141516171819");
        byte[] data = fillByteArray(50, 0xcd);
    
        checkSha1("4c9007f4026250c6bc8414f9bf50c86c2d7235da", key, data);
      }
    
      public void testRfc2202_hmacSha1_case5() {
        byte[] key = fillByteArray(20, 0x0c);
        String data = "Test With Truncation";
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Dec 27 16:19:35 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top