Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fillByteArray (0.16 sec)

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

      public void testRfc2202_hmacSha1_case3() {
        byte[] key = fillByteArray(20, 0xaa);
        byte[] data = fillByteArray(50, 0xdd);
    
        checkSha1("125d7342b9ac11cd91a39af48aa17b4f63f175d3", key, data);
      }
    
      public void testRfc2202_hmacSha1_case4() {
        byte[] key = base16().lowerCase().decode("0102030405060708090a0b0c0d0e0f10111213141516171819");
        byte[] data = fillByteArray(50, 0xcd);
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/hash/MacHashFunctionTest.java

      public void testRfc2202_hmacSha1_case3() {
        byte[] key = fillByteArray(20, 0xaa);
        byte[] data = fillByteArray(50, 0xdd);
    
        checkSha1("125d7342b9ac11cd91a39af48aa17b4f63f175d3", key, data);
      }
    
      public void testRfc2202_hmacSha1_case4() {
        byte[] key = base16().lowerCase().decode("0102030405060708090a0b0c0d0e0f10111213141516171819");
        byte[] data = fillByteArray(50, 0xcd);
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 13.8K bytes
    - Viewed (0)
Back to top