Author :
tb
Date :
2025-03-13 10:31:12
Hash :17d1f055 Message :Simplify field and private key encoding
Reach into the group (p and order are always available) and use
BN_num_bytes() rather than using clumsy and badly named API.
It's shorter and more readable.
ok jsing