Skip to main content

compute_key

Function compute_key 

Source
fn compute_key(
    secret_a: &BoxedUint,
    shared_a: &BoxedUint,
    shared_b: &BoxedUint,
    srp_x: &[u8],
) -> [u8; 32]
Expand description

Computes the SRP session key K.