HareInWeed / gec

elliptic curve cryptography with GPU acceleration
MIT License
13 stars 3 forks source link

Compilation Error #8

Closed alekssolov closed 2 months ago

alekssolov commented 2 months ago

include <gec/bigint.hpp>

include <gec/utils/macros.hpp>

include <gec/bigint/preset.hpp>

include <gec/curve/preset.hpp>

using namespace std; using namespace gec::bigint::literal; // use the bigint literal using Bigint256 = bigint::ArrayBE<uint64_t, 4>;

Compilation result: error: ‘bigint’ does not name a type