Removed extra 's'.

This commit is contained in:
Joseph Kiniry 2016-04-18 15:16:39 -07:00
parent 849fecead8
commit 0ba8d97c8a

View File

@ -41,7 +41,7 @@ inverses of each other.
To check the correctness of an \emph{implementation} $I$ of a
cryptographic function $C$ means that one must show that the
implementation $I$ behaves as the specification ($C$) stipulates. In
the context of cryptography, the minimal conformance necesssary is
the context of cryptography, the minimal conformance necessary is
that $I$'s output \emph{exactly} conforms to the output characterized
by $C$. But just because a cryptographic implementation is
\emph{functionally correct} does not mean it is \emph{secure}. The