run GitHub - Fherma-challenges/signum: Signum challenge repository
./app --key_pub ../key_pub.txt --key_mult ../key_mult.txt --cc ../cc.json --input ../input.txt --output ../output.txt
terminate called after throwing an instance of ‘cereal::Exception’
what(): Trying to load a registered polymorphic type with an unregistered polymorphic cast.
Could not find a path to a base class (lbcrypto::EncodingParamsImpl) for type: lbcrypto::CryptoParametersCKKSRNS
Make sure you either serialize the base class at some point via cereal::base_class or cereal::virtual_base_class.
Alternatively, manually register the association with CEREAL_REGISTER_POLYMORPHIC_RELATION.
Aborted (core dumped)