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

    Enumeration CheaterDetection

    The type of cheater detection to use.

    Index

    Enumeration Members

    Enumeration Members

    Disabled: "disabled"

    Disable cheater detection. Fast in case there are invalid shares.

    FirstCheater: "first-cheater"

    Detect the first cheater and stop. Performance will depend on where the cheater's share is in the list.

    AllCheaters: "all-cheaters"

    Detect all cheaters. Slower since all shares must be verified. Performance will be proportional on the size of participants.