Fix Crypto DH test

For reference, checkout
https://github.com/search?q=005aa69c0a97edcc9e8eb887f8b4be8e090b8299&type=commits
This commit is contained in:
serkixenos 2022-02-21 12:34:58 -04:00
parent 86b77c6eb4
commit e433b42e65

View file

@ -53,7 +53,7 @@ BOOST_AUTO_TEST_CASE(dh_test)
alice.p.clear(); alice.p.push_back(100); alice.p.push_back(2);
BOOST_CHECK( !alice.validate() );
alice.p = bob.p;
alice.g = 9;
alice.g = 1;
BOOST_CHECK( !alice.validate() );
// It ain't easy...