From 722b87df973329d47a7c63f6b799921e794e425a Mon Sep 17 00:00:00 2001 From: Ian Sweet Date: Sat, 1 Apr 2017 15:06:46 -0400 Subject: [PATCH] Fix remaining issues from PR #167, namely equation 105 --- Paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paper.tex b/Paper.tex index 7d3311ad..6bf4302c 100644 --- a/Paper.tex +++ b/Paper.tex @@ -755,7 +755,7 @@ \section{Message Call} \label{ch:call} 0 & \text{if} \quad \boldsymbol{\sigma}^{**} = \varnothing \\ g^{**} & \text{otherwise} \end{cases} \\ -(\boldsymbol{\sigma}^{**}, g^{**}, \mathbf{s}, \mathbf{o}) & \equiv & \begin{cases} +\qquad (\boldsymbol{\sigma}^{**}, g^{**}, A, \mathbf{o}) & \equiv & \begin{cases} \Xi_{\mathtt{ECREC}}(\boldsymbol{\sigma}_1, g, I) & \text{if} \quad r = 1 \\ \Xi_{\mathtt{SHA256}}(\boldsymbol{\sigma}_1, g, I) & \text{if} \quad r = 2 \\ \Xi_{\mathtt{RIP160}}(\boldsymbol{\sigma}_1, g, I) & \text{if} \quad r = 3 \\