Interface crypto_bulletproof_plus_t

Represents a Bulletproof+ proof

interface crypto_bulletproof_plus_t {
    A: string;
    A1: string;
    B: string;
    L: string[];
    R: string[];
    d1: string;
    r1: string;
    s1: string;
}

Properties

A A1 B L R d1 r1 s1

Properties

A: string
A1: string
B: string
L: string[]
R: string[]
d1: string
r1: string
s1: string