YPC  0.2.0
Public Types | Static Public Member Functions | List of all members
ypc::crypto::internal::hash_impl< Hash > Struct Template Reference
Inheritance diagram for ypc::crypto::internal::hash_impl< Hash >:
Inheritance graph
[legend]

Public Types

typedef Hash hash_t
 

Static Public Member Functions

template<typename BytesType >
static uint32_t hash_256 (const BytesType &msg, BytesType &sig)
 
static uint32_t hash_256 (const uint8_t *msg, uint32_t msg_size, uint8_t *hash)
 
static uint32_t get_msg_hash_size ()
 
static uint32_t msg_hash (const uint8_t *raw_msg, uint32_t msg_size, uint8_t *hash, uint32_t hash_size)
 
template<typename BytesType >
static uint32_t msg_hash (const BytesType &raw_msg, BytesType &hash)
 

The documentation for this struct was generated from the following file: