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

    Interface Header<C>

    Header for serialized FROST structures.

    interface Header<C extends Ciphersuite> {
        version: number;
        ciphersuite: C;
    }

    Type Parameters

    Index

    Properties

    Properties

    version: number

    Format version (currently only 0 is supported)

    ciphersuite: C

    Ciphersuite identifier (placeholder for the actual ciphersuite)