#ifndef LLARP_CRYPTO_HPP #define LLARP_CRYPTO_HPP #include #include namespace llarp { typedef std::array pubkey; } #endif