From 0086ece566dc91254c52d232eba0f0062f417ca5 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 12 Oct 2015 10:05:42 +0200 Subject: [PATCH] aes256gcm was merged to the main libsodium branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89fbaa0..8d7e000 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ This is a fork of [VTUN](http://vtun.sourceforge.net/), with the following changes: -* OpenSSL was replaced by Libsodium (this currently requires the -[aes256gcm](https://github.com/jedisct1/libsodium/tree/aes256gcm) -branch). +* OpenSSL was replaced by Libsodium (this currently requires code from +the [git repository](https://github.com/jedisct1/libsodium) to be +compiled until version 1.0.4 is out). * Unauthenticated encryption schemes were replaced with aesni and pclmulqdq-accelerated AES256-GCM.