4 #include "crypto_onetimeauth.h"
5 #include "crypto_onetimeauth_poly1305.h"
7 #include "donna/poly1305_donna.h"
9 crypto_onetimeauth_poly1305_implementation *
10 crypto_onetimeauth_pick_best_implementation(void)
12 return &crypto_onetimeauth_poly1305_donna_implementation;