Bitcoin
|
Namespaces | |
sha256 | |
Internal SHA-256 implementation. | |
Typedefs | |
typedef void(* | TransformType) (uint32_t *, const unsigned char *, size_t) |
typedef void(* | TransformD64Type) (unsigned char *, const unsigned char *) |
Functions | |
template<TransformType tr> | |
void | TransformD64Wrapper (unsigned char *out, const unsigned char *in) |
bool | SelfTest () |
Variables | |
TransformType | Transform = sha256::Transform |
TransformD64Type | TransformD64 = sha256::TransformD64 |
TransformD64Type | TransformD64_2way = nullptr |
TransformD64Type | TransformD64_4way = nullptr |
TransformD64Type | TransformD64_8way = nullptr |
typedef void(* anonymous_namespace{sha256.cpp}::TransformD64Type) (unsigned char *, const unsigned char *) |
typedef void(* anonymous_namespace{sha256.cpp}::TransformType) (uint32_t *, const unsigned char *, size_t) |
bool anonymous_namespace{sha256.cpp}::SelfTest | ( | ) |
void anonymous_namespace{sha256.cpp}::TransformD64Wrapper | ( | unsigned char * | out, |
const unsigned char * | in | ||
) |
TransformType anonymous_namespace{sha256.cpp}::Transform = sha256::Transform |
TransformD64Type anonymous_namespace{sha256.cpp}::TransformD64 = sha256::TransformD64 |
TransformD64Type anonymous_namespace{sha256.cpp}::TransformD64_2way = nullptr |
TransformD64Type anonymous_namespace{sha256.cpp}::TransformD64_4way = nullptr |
TransformD64Type anonymous_namespace{sha256.cpp}::TransformD64_8way = nullptr |