packages feed

accelerate-1.4.0.0: cbits/xkcp/test.c

#include "KeccakHash.h"
#include <stdio.h>

int main()
{
  printf("sizeof(Keccak_HashInstance) = %ld\n", sizeof(Keccak_HashInstance));
  return 0;
}