Cipher

Undocumented in source.

Members

Aliases

AES
alias AES = AESCrypto!256
Undocumented in source.

Manifest constants

CRC_SIZE
enum CRC_SIZE;
Undocumented in source.

Static functions

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

Structs

CipherDocument
struct CipherDocument
Undocumented in source.

Meta