Fix spelling of "two's complement".

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2015-12-21 18:11:49 +00:00
parent 0279e3bcd6
commit c94ba4914a
1 changed files with 2 additions and 2 deletions

View File

@ -108,9 +108,9 @@
\subsection{Integers and Endianness}
Abstractly, integers have a signedness (signed or unsigned), and a bit length.
The limits are the same as for the usual two's compliment system. All integers
The limits are the same as for the usual two's complement system. All integers
in the publicly-visible \Zcash protocol are encoded in big endian two's
compliment.
complement.
If unspecified, curve points, field elements, etc., are encoded according to the
crypto libraries the \Zcash implementation uses.