X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/8a7654a695e8ecdc8c14dced445839a7a7e6a8ca..refs/heads/mdw/xdh:/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@ --- *