basic_shacal.hpp File Reference
+ Include dependency graph for basic_shacal.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nil::crypto3::block::basic_shacal
 

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::block
 

Macros

#define CRYPTO3_BLOCK_SHACAL1_TRANSFORM
 
#define CRYPTO3_BLOCK_SHACAL1_TRANSFORM_PROGRESS
 

Macro Definition Documentation

◆ CRYPTO3_BLOCK_SHACAL1_TRANSFORM

#define CRYPTO3_BLOCK_SHACAL1_TRANSFORM
Value:
word_type T = policy_type::rotl<5>(a) + policy_type::f(t, b, c, d) + e + policy_type::constants[t] + schedule[t]; \
e = d; \
d = c; \
c = policy_type::rotl<30>(b); \
b = a; \
a = T; \
CRYPTO3_BLOCK_SHACAL1_TRANSFORM_PROGRESS

◆ CRYPTO3_BLOCK_SHACAL1_TRANSFORM_PROGRESS

#define CRYPTO3_BLOCK_SHACAL1_TRANSFORM_PROGRESS