mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 13:12:20 +01:00
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.