fn compute_key( secret_a: &BoxedUint, shared_a: &BoxedUint, shared_b: &BoxedUint, srp_x: &[u8], ) -> [u8; 32]
Computes the SRP session key K.
K