Updated Encryption (markdown)
parent
2b7ee0d6f1
commit
6f669e5e42
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ rc4-md5
|
|||
|
||||
salsa20 and chacha20
|
||||
====================
|
||||
Salsa20 and chacha20 are fast stream ciphers. Optimized salsa20 implementation on x86_64 is even 2x faster than RC4 (but slower on ARM).
|
||||
Salsa20 and chacha20 are fast stream ciphers. Optimized salsa20 implementation on x86_64 is even 2x faster than RC4 (but slightly slower on ARM).
|
||||
|
||||
Install [libsodium](https://github.com/jedisct1/libsodium) >= 1.0.0 if you want to use them.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue