Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | S(a) Sbox[(a)&0x1ff] |
#define | S0(a) Sbox[(a)&0xff] |
#define | S1(a) Sbox[((a)&0xff) + 256] |
Typedefs | |
typedef BlockGetAndPut< word32, LittleEndian > | Block |
typedef BlockGetAndPut<word32, LittleEndian> Block |