☰
Module crypto
Functions
?
Module
ircd
::
crypto
source
·
[
−
]
Functions
decrypt_privmsg
Decrypt PrivMsg nickname and message
decrypt_target
Decrypt PrivMsg target
encrypt
The format we’re using is nonce+ciphertext, where nonce is 24 bytes.
encrypt_privmsg
Encrypt PrivMsg
try_decrypt
🔒
The format we’re using is nonce+ciphertext, where nonce is 24 bytes.