Closed ni4 closed 2 months ago
We implement these functions for both Botan and OpenSSL backend: dsa_get_min_hash(), dsa_choose_qsize_by_psize() and ecdsa_get_min_hash. They should be moved to some common for backends source file.
dsa_get_min_hash()
dsa_choose_qsize_by_psize()
ecdsa_get_min_hash
Another duplicate: #define DSA_MAX_Q_BITLEN
Description
We implement these functions for both Botan and OpenSSL backend:
dsa_get_min_hash()
,dsa_choose_qsize_by_psize()
andecdsa_get_min_hash
. They should be moved to some common for backends source file.