@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Interface EncryptOptions

    Options for Envelope.encryptSubject and encrypt.

    interface EncryptOptions {
        nonce?: Nonce;
    }

    Hierarchy

    • RngOptions
      • EncryptOptions
    Index
    nonce?: Nonce

    Use exactly this nonce (12 bytes); tests and vectors only — never reuse one with a key.