- decrypt
ubyte[] decrypt(EncryptedBoxMessage msg, BoxKeyPair other)
Undocumented in source. Be warned that the author may not have intended to support it.
- encrypt
EncryptedBoxMessage encrypt(ubyte[] data, BoxKeyPair other)
Undocumented in source. Be warned that the author may not have intended to support it.
- encrypt
EncryptedBoxMessage encrypt(string data, BoxKeyPair other)
Undocumented in source. Be warned that the author may not have intended to support it.
- encrypt
EncryptedBoxMessage encrypt(ubyte[] data, ubyte[24] nonce, BoxKeyPair other)
Undocumented in source. Be warned that the author may not have intended to support it.