Introduction

The Crypto3.Pubkey library extends the =nil; Foundation's cryptography suite and provides a set of public key schemes implemented in way C++ standard library implies: concepts, algorithms, predictable behavior, the latest standard features support and clean architecture without compromising security and performance.

Crypto3.Pubkey consists of several parts to review:

Dependencies

Internal dependencies:

  1. Crypto3.Algebra
  2. Crypto3.Pkpad
  1. Crypto3.Random

Outer dependencies:

  1. Boost (>= 1.58)