aes256gcm was merged to the main libsodium branch

This commit is contained in:
Frank Denis 2015-10-12 10:05:42 +02:00
parent c7a7775aaa
commit 0086ece566
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
This is a fork of [VTUN](http://vtun.sourceforge.net/), with the This is a fork of [VTUN](http://vtun.sourceforge.net/), with the
following changes: following changes:
* OpenSSL was replaced by Libsodium (this currently requires the * OpenSSL was replaced by Libsodium (this currently requires code from
[aes256gcm](https://github.com/jedisct1/libsodium/tree/aes256gcm) the [git repository](https://github.com/jedisct1/libsodium) to be
branch). compiled until version 1.0.4 is out).
* Unauthenticated encryption schemes were replaced with aesni and * Unauthenticated encryption schemes were replaced with aesni and
pclmulqdq-accelerated AES256-GCM. pclmulqdq-accelerated AES256-GCM.