Closed xiangfeima closed 10 months ago
FMU the only difference from our implementation to FFDHE are the pre-defined groups. The algorithm is still the same.
There exists dh_set_pg_dhparam()
which allows you to set the group manually. A quick search on the internet returned pre-existing dhparam files for FFDHE2048/3072/4096. If you need them for the other two groups you'd have to create them yourself.
Otherwise you could also extend ltc_dh_sets[]
by those new groups.
Feel free to re-open if this didn't solve your problem.
I've tried FFDHE groups with existing libtomcrypt and it works as expected. Thank you very much.
Current libtomcrypt supports Diffie-Hellman key exchange (RFC7296/RFC3526), is there any plan to support FFDHE (RFC7919)?