diff --git a/include/nil/crypto3/zk/transcript/fiat_shamir.hpp b/include/nil/crypto3/zk/transcript/fiat_shamir.hpp index 09fdca6e6..9af52f5cb 100644 --- a/include/nil/crypto3/zk/transcript/fiat_shamir.hpp +++ b/include/nil/crypto3/zk/transcript/fiat_shamir.hpp @@ -232,7 +232,6 @@ namespace nil { state = hash(state); - // Hopefully std::stoul will work. Integral raw_result = state.data.template convert_to(); return raw_result;