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

    Interface JsonHeader

    JSON header for serialized FROST structures.

    interface JsonHeader {
        version: number;
        ciphersuite: string;
    }
    Index

    Properties

    Properties

    version: number
    ciphersuite: string