BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface CommandArgs

    Command arguments for the prv-keys command.

    interface CommandArgs {
        input?: string;
        signing: cmd.generate.prvKeys.SigningScheme;
        encryption: X25519;
    }
    Index

    Properties

    input?: string

    Optional input from which to derive the private keys

    The signature scheme to use for the signing key

    encryption: X25519

    The encapsulation scheme to use for the encryption key