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

    Variable SerializationConst

    Serialization: {
        SerializableScalar: typeof SerializableScalar;
        SerializableElement: typeof SerializableElement;
        shortId: typeof shortId;
        serializeCiphersuite: typeof serializeCiphersuite;
        deserializeCiphersuite: typeof deserializeCiphersuite;
        deserializeVersion: typeof deserializeVersion;
        defaultHeader: typeof defaultHeader;
        serializeHeader: typeof serializeHeader;
        deserializeHeader: typeof deserializeHeader;
        bytesToHex: typeof bytesToHex;
        hexToBytes: typeof hexToBytes;
        concatBytes: typeof concatBytes;
        encodeVarint: typeof encodeVarint;
        decodeVarint: typeof decodeVarint;
        encodeLengthPrefixed: typeof encodeLengthPrefixed;
        decodeLengthPrefixed: typeof decodeLengthPrefixed;
        encodeU16BE: typeof encodeU16BE;
        decodeU16BE: typeof decodeU16BE;
        encodeU32BE: typeof encodeU32BE;
        decodeU32BE: typeof decodeU32BE;
        encodeU64BE: typeof encodeU64BE;
        decodeU64BE: typeof decodeU64BE;
    }

    Type Declaration