Benchmarks for all internal operations

This commit is contained in:
Pieter Wuille
2015-01-31 16:12:10 -04:00
parent f88343f2eb
commit 039723d5da
8 changed files with 346 additions and 59 deletions

View File

@@ -11,6 +11,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#define Ch(x,y,z) ((z) ^ ((x) & ((y) ^ (z))))
#define Maj(x,y,z) (((x) & (y)) | ((z) & ((x) | (y))))