api.h File Reference
BeeCrypt API, portability headers. More...
#include "beecrypt/gnu.h"
Include dependency graph for api.h:
Go to the source code of this file.
Detailed Description
BeeCrypt API, portability headers.
- Author:
- Bob Deblier <bob.deblier@pandora.be>
Define Documentation
#define ROTL32 |
( |
x, |
|
|
s |
|
) |
(((x) << (s)) | ((x) >> (32 - (s)))) |
|
#define ROTR32 |
( |
x, |
|
|
s |
|
) |
(((x) >> (s)) | ((x) << (32 - (s)))) |
|
#define ROTR64 |
( |
x, |
|
|
s |
|
) |
(((x) >> (s)) | ((x) << (64 - (s)))) |
|
Typedef Documentation
Generated on Mon Jun 20 08:10:34 2005 for BeeCrypt by
1.4.0