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