Crate dusk_pki[][src]

Expand description

Build Status Repository Documentation

Dusk Public Key Infrastructure

This repository has been created so there’s a unique library that holds the types and functions required to perform keys operations.

Structs

Structure repesenting a PublicKey

Public pair of a·G and b·G defining a PublicSpendKey

Structure repesenting a secret key

Secret pair of a and b defining a SecretSpendKey

To obfuscate the identity of the participants, we utilizes a Stealth Address system. A StealthAddress is composed by a one-time public key (pk_r, the actual

Pair of a secret a and public b·G

Traits

The trait Ownable is required by any type that wants to prove its ownership.