diff --git a/include/ack/ec.hpp b/include/ack/ec.hpp index 4eac5cc..0116184 100644 --- a/include/ack/ec.hpp +++ b/include/ack/ec.hpp @@ -12,7 +12,7 @@ namespace ack { template - using ec_fixed_bigint = fixed_bigint; // 2x size required for multiplication + using ec_fixed_bigint = fixed_bigint; // 2x size required for multiplication // Affine coordinates representation of an elliptic curve point template