Documentation
    Preparing search index...

    Type Alias KnownVdafSpec

    KnownVdafSpec: {
        [Key in KnownVdafNames]: Omit<
            { type: Key } & ConstructorParameters<KnownVdafs[Key]>[0],
            "shares",
        >
    }[KnownVdafNames]