mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-25 22:19:59 +01:00
This commit was manufactured by cvs2svn to create branch
'STABLE-BRANCH-1-0'.
This commit is contained in:
parent
5a2e659682
commit
ce6cfb69d2
2198
cipher/rijndael.c
Normal file
2198
cipher/rijndael.c
Normal file
File diff suppressed because it is too large
Load Diff
9
mpi/generic/mpi-asm-defs.h
Normal file
9
mpi/generic/mpi-asm-defs.h
Normal file
@ -0,0 +1,9 @@
|
||||
/* This file defines some basic constants for the MPI machinery. We
|
||||
* need to define the types on a per-CPU basis, so it is done with
|
||||
* this file here. */
|
||||
#define BYTES_PER_MPI_LIMB (sizeof unsigned long)
|
||||
|
||||
|
||||
|
||||
|
||||
|
10
mpi/mips3/mpi-asm-defs.h
Normal file
10
mpi/mips3/mpi-asm-defs.h
Normal file
@ -0,0 +1,10 @@
|
||||
/* This file defines some basic constants for the MPI machinery. We
|
||||
* need to define the types on a per-CPU basis, so it is done with
|
||||
* this file here. */
|
||||
#define BYTES_PER_MPI_LIMB 8
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user