add test code

This commit is contained in:
NIIBE Yutaka
2014-03-25 14:30:51 +09:00
parent fcf6c60336
commit da027eb67f
3 changed files with 421 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ typedef struct
#include "affine.h"
static int
int
mod25519_is_neg (const bn256 *a)
{
return (a->word[0] & 1);