-rw-r--r-- | pwmanager/libcrypt/mpi/mpi-asm-defs.h | 10 | ||||
-rw-r--r-- | pwmanager/libcrypt/mpi/mpi.pro | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/pwmanager/libcrypt/mpi/mpi-asm-defs.h b/pwmanager/libcrypt/mpi/mpi-asm-defs.h new file mode 100644 index 0000000..13424e2 --- a/dev/null +++ b/pwmanager/libcrypt/mpi/mpi-asm-defs.h | |||
@@ -0,0 +1,10 @@ | |||
1 | /* This file defines some basic constants for the MPI machinery. We | ||
2 | * need to define the types on a per-CPU basis, so it is done with | ||
3 | * this file here. */ | ||
4 | #define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG) | ||
5 | |||
6 | |||
7 | |||
8 | |||
9 | |||
10 | |||
diff --git a/pwmanager/libcrypt/mpi/mpi.pro b/pwmanager/libcrypt/mpi/mpi.pro index cf750ec..4652578 100644 --- a/pwmanager/libcrypt/mpi/mpi.pro +++ b/pwmanager/libcrypt/mpi/mpi.pro | |||
@@ -1,40 +1,40 @@ | |||
1 | ###################################################################### | 1 | ###################################################################### |
2 | # Automatically generated by qmake (1.07a) Tue Oct 19 15:37:52 2004 | 2 | # Automatically generated by qmake (1.07a) Tue Oct 19 15:37:52 2004 |
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | CONFIG += staticlib | 6 | CONFIG += staticlib |
7 | DEPENDPATH += generic | 7 | DEPENDPATH += generic |
8 | INCLUDEPATH += . .. ../crypt | 8 | INCLUDEPATH += . .. ../crypt |
9 | OBJECTS_DIR = obj/$(PLATFORM) | 9 | OBJECTS_DIR = obj/$(PLATFORM) |
10 | MOC_DIR = moc/$(PLATFORM) | 10 | MOC_DIR = moc/$(PLATFORM) |
11 | DESTDIR= ../$(PLATFORM) | 11 | DESTDIR= ../$(PLATFORM) |
12 | TARGET = kpmicrompi | 12 | TARGET = kpmicrompi |
13 | # Input | 13 | # Input |
14 | HEADERS += asm-syntax.h \ | 14 | HEADERS += asm-syntax.h \ |
15 | longlong.h \ | 15 | longlong.h \ |
16 | generic/mpi-asm-defs.h \ | 16 | generic/mpi-asm-defs.h \ |
17 | mpi-inline.h \ | 17 | mpi-inline.h \ |
18 | mpi-internal.h \ | 18 | mpi-internal.h \ |
19 | sysdep.h | 19 | sysdep.h |
20 | SOURCES += mpi-add.c \ | 20 | SOURCES += mpi-add.c \ |
21 | mpi-bit.c \ | 21 | mpi-bit.c \ |
22 | mpi-cmp.c \ | 22 | mpi-cmp.c \ |
23 | mpi-div.c \ | 23 | mpi-div.c \ |
24 | mpi-gcd.c \ | 24 | mpi-gcd.c \ |
25 | mpi-inline.c \ | 25 | mpi-inline.c \ |
26 | mpi-inv.c \ | 26 | mpi-inv.c \ |
27 | mpi-mpow.c \ | 27 | mpi-mpow.c \ |
28 | mpi-mul.c \ | 28 | mpi-mul.c \ |
29 | mpi-pow.c \ | 29 | mpi-pow.c \ |
30 | mpi-scan.c \ | 30 | mpi-scan.c \ |
31 | mpicoder.c \ | 31 | mpicoder.c \ |
32 | mpih-div.c \ | 32 | mpih-div.c \ |
33 | mpih-mul.c \ | 33 | mpih-mul.c \ |
34 | mpiutil.c \ | 34 | mpiutil.c \ |
35 | generic/mpih-add1.c \ | 35 | generic/mpih-add1.c \ |
36 | generic/mpih-lshift.c \ | 36 | generic/mpih-lshift.c \ |
37 | generic/mpih-mul1.c \ | 37 | generic/mpih-mul1.c \ |
38 | generic/mpih-mul2.c \ | 38 | generic/mpih-mul2.c \ |
39 | generic/mpih-mul3.c \ | 39 | generic/mpih-mul3.c \ |
40 | generic/mpih-rshift.c \ | 40 | generic/mpih-rshift.c \ |