18 lines
454 B
Plaintext
18 lines
454 B
Plaintext
/*
|
|
* MIRACL compiler/hardware definitions - mirdef.h
|
|
* Mips Version
|
|
*/
|
|
|
|
#define MIRACL 32
|
|
#define MR_BIG_ENDIAN /* This may need to be changed */
|
|
#define mr_utype int
|
|
#define mr_unsign32 unsigned int
|
|
#define MR_IBITS 32
|
|
#define MR_LBITS 32
|
|
#define mr_dltype long long
|
|
#define mr_unsign64 unsigned long long
|
|
#define MR_ALWAYS_BINARY
|
|
#define MAXBASE ((mr_small)1<<(MIRACL-1))
|
|
#define MR_COMBA 16
|
|
#define MR_BITSINCHAR 8
|