mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 17:20:53 +02:00
a035b045a4
The SRP buffers are 192 bytes, so they need a minimum of 3072 bits. If the bit size is too low, wc_SrpGetVerifier will return MP_VAL as the buffers won't fit.