const for p256

This commit is contained in:
NIIBE Yutaka
2013-06-18 12:14:28 +09:00
parent 66cf7f389e
commit 188f77b5fd
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
extern bn256 p256;
extern const bn256 p256;
#define P256 (&p256)
void modp256_add (bn256 *X, const bn256 *A, const bn256 *B);