@gibme/crypto
    Preparing search index...

    Type Alias crypto_bulletproof_plus_t

    Represents a Bulletproof+ proof

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

    Properties

    A A1 B d1 L R r1 s1

    Properties

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