igcv3 - v1.1.0
    Preparing search index...

    Interface ConfigPkiKeysEd25519

    Ed25519 key algorithm configuration.

    { algo: 'ed25519', encoding: 'pem' }
    
    interface ConfigPkiKeysEd25519 {
        algo: "ed25519";
        encoding: "pem" | "der";
    }
    Index

    Properties

    Properties

    algo: "ed25519"

    Algorithm discriminator

    encoding: "pem" | "der"

    Output encoding format