Definition at line 6 of file signature.cpp.
◆ operator()() [1/2]
template<typename SigType >
size_t fc::crypto::hash_visitor::operator() |
( |
const SigType & | sig | ) |
const |
|
inline |
Definition at line 8 of file signature.cpp.
8 {
9 static_assert(sizeof(sig._data.data) == 65, "sig size is expected to be 65");
10
11 return *(size_t*)&sig._data.data[32-sizeof(size_t)] + *(size_t*)&sig._data.data[64-sizeof(size_t)];
12 }
◆ operator()() [2/2]
Definition at line 14 of file signature.cpp.
14 {
15 return sig.get_hash();
16 }
The documentation for this struct was generated from the following file: