Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 18, 2010 16:19
Show Gist options
  • Select an option

  • Save jcrossley3/535300 to your computer and use it in GitHub Desktop.

Select an option

Save jcrossley3/535300 to your computer and use it in GitHub Desktop.
@Test
public void alot() throws Exception {
for (int i=0; i<100; i++) {
System.err.println("JC: "+i);
testOpenSSL_HMAC_digest();
}
}
public void testOpenSSL_HMAC_digest() throws Exception {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment