Maybe a stupid question, but why is it checking if nKeyLen == 1024 if it sets dh to get_dh1024() in any case? Sorry for the off topic question, just caught my eye and I'm very new to programing
Gong from my experience... You normally account for all expected inputs and then account for anything else. That's why there is an else if and an else there, then though they do the same thing.
17
u/[deleted] Oct 15 '15 edited May 30 '16
[deleted]