Originally posted by @wiktor-k in #255 (comment)
I wonder why this line couldn't just be:
/// See [Session::encrypt_message].
Is it because Session is not in scope? (then it can be imported above with #[cfg(doc)] attribute) (we do something similar in signstar)
Originally posted by @wiktor-k in #255 (comment)