pub fn compute_v(srp_config: &SrpConfig, x: &BigUint) -> BigUint
Computes a verifier v = g^x (mod N)
Specification: RFC 5054.
SrpConfig
x
The resulting verifier ‘v’.