X-Git-Url: https://git.distorted.org.uk/~mdw/doc/ips/blobdiff_plain/6606ff41fcf6918d7aee5d4da006e57dffee35c9..56c48de4fa0f5e92773fe5b7c0989005a4426218:/enc-pub.tex diff --git a/enc-pub.tex b/enc-pub.tex index 2da1c82..bf1dc89 100644 --- a/enc-pub.tex +++ b/enc-pub.tex @@ -1521,7 +1521,7 @@ for OAEP+ which is presented in full later. $w \gets T_K(y)$; \\ \PARSE $w$ \AS $s, k\colon t$; \\ $r \gets t \xor H(s)$; \\ - \PARSE $s$ \AS $s' \cat k\colon c$; \\ + \PARSE $s$ \AS $s', k\colon c$; \\ $x \gets s' \xor G(r)$; \\ \IF $c = H'(x \cat r)$ \THEN \RETURN $x$; \\ \ELSE \RETURN $\bot$;