add ec_p256k1

This commit is contained in:
NIIBE Yutaka
2014-02-19 14:51:09 +09:00
parent f5e8e94bf7
commit deaf340687
8 changed files with 644 additions and 326 deletions

7
src/field-group-select.h Normal file
View File

@@ -0,0 +1,7 @@
#define CONCAT0(a,b) a##b
#define CONCAT1(a,b) CONCAT0(a,b)
#define CONCAT2(a,b,c) CONCAT1(a,b##c)
#define CONCAT3(a,b,c) CONCAT2(a,b,c)
#define FUNC(func) CONCAT1(func##_,FIELD)
#define MFNC(func) CONCAT3(mod,FIELD,_##func)