Author :
tb
Date :
2025-02-13 11:19:49
Hash :715c64a6 Message :ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplify
This removes the penultimate internal call of BN_MONT_CTX_new(). The last
one could be removed at the cost of introducing a BN_MONT_CTX_dup(), which
probably isn't worth it.
ok jsing