<div dir="ltr">Hello everyone,<div><br></div><div>I'm trying to create an Identity to create a key to sign the signature, the following is a snippet of my program:</div><div>ndn::KeyChain keychain;</div><div>auto pas = keychain.getDefaultKeyParams();<br></div><div>auto my_id = keychain.createIdentity("pro1, pas);</div><div><br></div><div>However, I receive an following message while running my program and it will be terminated:</div><div>terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::invalid_argument> >'</div><div>    what(): Unsupported EC key length 2120880896</div><div><br></div><div>The key length will change every time I run my program, could you help me to solve this?</div><div>Thanks and regards</div><div><br></div><div>Sincerely yours,</div><div>Walter Swift</div></div>