X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/1047c205103e6da9fc6a317f41583147dbc11aa3..a1a6042e24c9873aa6abf668bcb68d39d0eb4190:/f25519.h diff --git a/f25519.h b/f25519.h index d097c0d..c0ce117 100644 --- a/f25519.h +++ b/f25519.h @@ -65,6 +65,8 @@ typedef union { int32 p26[10]; } f25519; + typedef int32 f25519_piece; + /*----- Functions provided ------------------------------------------------*/ /* --- @f25519_set@ --- *