Function lkc_handshake_p1

Source
pub fn lkc_handshake_p1<A>(
    theirs: impl Point,
    id: &LkIdentity,
    max_diff_sec: usize,
    into: impl FnOnce(PointParts<'_>) -> A,
) -> Result<A>