diff --git a/performance/src/result.rs b/performance/src/result.rs index 5811f4e..38ee6b7 100644 --- a/performance/src/result.rs +++ b/performance/src/result.rs @@ -16,7 +16,6 @@ pub enum OpenError { /// The session could not be openned as a result. StorageError(std::io::Error), } - /// An error that can occur when attempting to send data over a session. /// Depending on the error type trying again may not work. #[derive(Debug, PartialEq, Eq, Clone, Copy, Hash)] diff --git a/whitepaper/zssp.pdf b/whitepaper/zssp.pdf index ffcb16c..465e191 100644 Binary files a/whitepaper/zssp.pdf and b/whitepaper/zssp.pdf differ