Ring Daemon 16.0.0
Loading...
Searching...
No Matches
SHA3.h File Reference
Include dependency graph for SHA3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dev
 

Functions

h256 dev::sha3 (bytes const &_input)
 Calculate SHA3-256 hash of the given input, returning as a 256-bit hash.
 
h256 dev::sha3 (bytesConstRef _input)
 Calculate SHA3-256 hash of the given input, returning as a 256-bit hash.
 
bool dev::sha3 (bytesConstRef _input, bytesRef o_output)
 Calculate SHA3-256 hash of the given input and load it into the given output.
 
template<unsigned N>
h256 dev::sha3 (FixedHash< N > const &_input)
 Calculate SHA3-256 hash of the given input (presented as a FixedHash), returns a 256-bit hash.
 
h256 dev::sha3 (std::string const &_input)
 Calculate SHA3-256 hash of the given input (presented as a binary-filled string), returning as a 256-bit hash.
 
std::string dev::sha3 (std::string const &_input, bool _isNibbles)
 Calculate SHA3-256 hash of the given input, possibly interpreting it as nibbles, and return the hash as a string filled with binary data.
 

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 SHA3.h.