/* * jpc_p256r1.c -- arithmetic on Jacobian projective coordinates for p256r1. * * Copyright (C) 2014 Free Software Initiative of Japan * Author: NIIBE Yutaka * * This file is a part of Gnuk, a GnuPG USB Token implementation. * * Gnuk is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Gnuk is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public * License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include "bn.h" #include "mod.h" #include "modp256r1.h" #include "affine.h" #include "jpc-ac_p256r1.h" #define FIELD p256r1 #define CONST_P256 P256R1 #define COEFFICIENT_A_IS_MINUS_3 1 #include "jpc.c"