Try a simple verification in onetimeauth_poly1305_try

This commit is contained in:
Frank Denis
2013-04-26 23:03:38 -07:00
parent c2b6529577
commit ef1273126e
@@ -146,6 +146,7 @@ crypto_onetimeauth_pick_best_implementation(void)
if (allocate() != 0) {
return NULL;
}
doit();
err = checksum_compute();
deallocate();
if (err == NULL && strcmp(checksum, CHECKSUM) == 0) {