pub/ed25519.c: Use the correct type for the field-element constants.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 May 2017 20:03:51 +0000 (21:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:41 +0000 (14:58 +0100)
commit9c077904fd8459e3131beed2839c7011fca1c1a4
tree7388020f99ad29234253d7518939fcbf9d8e86a9
parentf521d4c7a97076db34681c598d7965c7d05713b0
pub/ed25519.c: Use the correct type for the field-element constants.

This fixes a bug: `bz_pieces' had the wrong type, but likely worked
anyway by luck -- especially on little-endian machines.
pub/ed25519.c