/** PMULL hook* (C) 2017 Jack Lloyd** Botan is released under the Simplified BSD License (see license.txt)*/#ifndef BOTAN_GCM_PMULL_H__#define BOTAN_GCM_PMULL_H__#include <botan/types.h>namespace Botan {voidgcm_multiply_pmull(uint8_t x[16],const uint8_t H[16]);}#endif