FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Interface RepairShareStep2TestData

    Repair share step 2 test vector data.

    interface RepairShareStep2TestData {
        scalar_generation: {
            random_scalar_1: string;
            random_scalar_2: string;
            random_scalar_3: string;
            random_scalar_sum: string;
        };
    }
    Index

    Properties

    scalar_generation: {
        random_scalar_1: string;
        random_scalar_2: string;
        random_scalar_3: string;
        random_scalar_sum: string;
    }