#include <iostream>
#include "bench.h"
#include "crypto/ripemd160.h"
#include "crypto/sha1.h"
#include "crypto/sha256.h"
#include "crypto/sha512.h"
#include "crypto/siphash.h"
#include "random.h"
Go to the source code of this file.
◆ BENCHMARK() [1/7]
| BENCHMARK |
( |
FastRandom_1bit |
, |
|
|
440 *1000 * |
1000 |
|
) |
| |
◆ BENCHMARK() [2/7]
| BENCHMARK |
( |
FastRandom_32bit |
, |
|
|
110 *1000 * |
1000 |
|
) |
| |
◆ BENCHMARK() [3/7]
| BENCHMARK |
( |
RIPEMD160 |
, |
|
|
440 |
|
|
) |
| |
◆ BENCHMARK() [4/7]
◆ BENCHMARK() [5/7]
| BENCHMARK |
( |
SHA256 |
, |
|
|
340 |
|
|
) |
| |
◆ BENCHMARK() [6/7]
| BENCHMARK |
( |
SHA256_32b |
, |
|
|
4700 * |
1000 |
|
) |
| |
◆ BENCHMARK() [7/7]
| BENCHMARK |
( |
SHA512 |
, |
|
|
330 |
|
|
) |
| |