#include <stdio.h>
#include <string.h>
#include <vector>
#include <gtest/gtest.h>
#include <openssl/poly1305.h>
#include "../internal.h"
#include "../test/file_test.h"
#include "../test/test_util.h"
Go to the source code of this file.
Functions | |
TEST (Poly1305Test, TestVectors) | |
static void | TestSIMD (unsigned excess, const std::vector< uint8_t > &key, const std::vector< uint8_t > &in, const std::vector< uint8_t > &mac) |
TEST | ( | Poly1305Test | , |
TestVectors | |||
) |
Definition at line 70 of file poly1305_test.cc.