1
0
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:
Repo Admin 2000-10-11 17:26:49 +00:00
parent 5a2e659682
commit ce6cfb69d2
3 changed files with 2217 additions and 0 deletions

2198
cipher/rijndael.c Normal file

File diff suppressed because it is too large Load Diff

View 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
View 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