Fabcoin Core  0.16.2
P2P Digital Currency
Classes
blake2.h File Reference
#include "cryptlib.h"
#include "secblock.h"
#include "seckey.h"
Include dependency graph for blake2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BLAKE2_Info< T_64bit >
 BLAKE2 hash information. More...
 
class  BLAKE2_ParameterBlock< T_64bit >
 BLAKE2 parameter block. More...
 
struct  BLAKE2_ParameterBlock< true >
 BLAKE2b parameter block specialization. More...
 
struct  BLAKE2_ParameterBlock< false >
 BLAKE2s parameter block specialization. More...
 
class  BLAKE2_State< W, T_64bit >
 BLAKE2 state information. More...
 
class  BLAKE2_Base< W, T_64bit >
 BLAKE2 hash implementation. More...
 
class  BLAKE2b
 The BLAKE2b cryptographic hash function. More...
 
class  BLAKE2s
 The BLAKE2s cryptographic hash function. More...