Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Sep 30, 2017
1 parent 684ed10 commit 9dd5925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 47 deletions.
47 changes: 0 additions & 47 deletions src/main/java/at/favre/util/Bytes.java

This file was deleted.

6 changes: 6 additions & 0 deletions src/test/java/at/favre/crypto/HKDFTest.java
Expand Up @@ -90,6 +90,12 @@ public void testExpandFailures() throws Exception {
fail();
} catch (Exception e) {
}

try {
HKDF.expandHmacSha256(RandomUtils.nextBytes(16), RandomUtils.nextBytes(8), 256 * 32);
fail();
} catch (Exception e) {
}
}

@Test
Expand Down

0 comments on commit 9dd5925

Please sign in to comment.