Introduction

Table of Contents

Crypto3.Hash library extends the =nil Crypto3 C++ cryptography suite and provides a set of hashes implemented in way C++ standard library implies: concepts, algorithms, predictable behavior, latest standard features support and clean architecture without compromising security and performance.

Crypto3.Hash consists of several parts to review:

Dependencies

Internal dependencies:

  1. Crypto3.Block
  2. Crypto3.Codec

External dependencies:

  1. Boost (>= 1.58)