Documents for @litert/signatures
    Preparing search index...

    Interface IEddsaOptions

    interface IEddsaOptions {
        keyPassphrase?: string | Buffer<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    keyPassphrase?: string | Buffer<ArrayBufferLike>

    The passphrase of the private key.