Cipher.encrypt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(CipherDocument) encrypt(const(SecureNet) net, const(Pubkey) pubkey, const(Document) msg)
  2. const(CipherDocument) encrypt(const(SecureNet) net, const(Document) msg)
    struct Cipher
    static
    encrypt
    (
    const(SecureNet) net
    ,
    const(Document) msg
    )

Meta