@douglasneuroinformatics/libnest
    Preparing search index...

    Type Alias CryptoOptions

    type CryptoOptions = {
        pbkdf2Params?: { iterations: number };
        secretKey: string;
    }
    Index

    Properties

    pbkdf2Params?: { iterations: number }
    secretKey: string