Function tsproto::algorithms::compute_iv_mac[][src]

pub fn compute_iv_mac(
    alpha: &[u8; 10],
    beta: &[u8; 54],
    our_key: &EccKeyPrivEd25519,
    other_key: &EdwardsPoint
) -> ([u8; 64], [u8; 8])
Expand description

Compute shared iv and shared mac.