Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Functions
Hash.h File Reference
#include <string>
#include "FixedHash.h"
#include "vector_ref.h"
#include "SHA3.h"
Include dependency graph for Hash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 

Functions

h256 dev::sha256 (bytesConstRef _input)
 
h160 dev::ripemd160 (bytesConstRef _input)
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

The FixedHash fixed-size "hash" container type.

Definition in file Hash.h.