Hash to curve suites added so we are passing test vectors at draft-irtf-cfrg-hash-to-curve-14However vectors we can run are only for SSWU method so there is no test against SVDW.
CurveExt::hash_to_curve implements the default method but user can make its own combination using hash_to_curve::Suite
~Fixed FromUniformBytes<64> at pluto eris side.~
Now it uses single implementation for montgommery_form
Hash to curve suites added so we are passing test vectors at
draft-irtf-cfrg-hash-to-curve-14
However vectors we can run are only forSSWU
method so there is no test againstSVDW
.CurveExt::hash_to_curve
implements the default method but user can make its own combination usinghash_to_curve::Suite
FromUniformBytes<64>
at pluto eris side.~montgommery_form
Should close #145