Currently, chacha UDR-plugin implement ChaCha and ChaCha64 algoritms (quote from plugins.conf):
Plugin = ChaCha64 {
Module = $(dir_plugins)/ChaCha
}
If rename shared library of chacha UDR-plugin into chacha64, default WireCrypt plugin will be ChaCha64 and it wil work without record in plugins.conf. After that - change plugins.conf as:
Plugin = ChaCha {
Module = $(dir_plugins)/ChaCha64
}
Currently, chacha UDR-plugin implement ChaCha and ChaCha64 algoritms (quote from
plugins.conf):If rename shared library of chacha UDR-plugin into chacha64, default WireCrypt plugin will be ChaCha64 and it wil work without record in
plugins.conf. After that - changeplugins.confas: