libp2p
    Preparing search index...

    Interface DEKConfig

    interface DEKConfig {
        hash: string;
        iterationCount: number;
        keyLength: number;
        salt: string;
    }
    Index

    Properties

    hash: string
    iterationCount: number
    keyLength: number
    salt: string