Interface crypto_bulletproof_t

Represents a Bulletproof proof

interface crypto_bulletproof_t {
    A: string;
    L: string[];
    R: string[];
    S: string;
    T1: string;
    T2: string;
    g: string;
    h: string;
    mu: string;
    t: string;
    taux: string;
}

Properties

Properties

A: string
L: string[]
R: string[]
S: string
T1: string
T2: string
g: string
h: string
mu: string
t: string
taux: string