diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-01-10 06:36:19 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-01-10 06:36:19 +0100 |
commit | 90942a2c0b377c185da7b0040121a75a3f3806e0 (patch) | |
tree | 8c76f1576b5374174ae0bac3a0566ba2fa6799f6 /src/selftest/chacha20poly1305.h | |
parent | 5685eb8ddb89fa0e5b117ef0f892b6783fdcefb4 (diff) |
Update copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/selftest/chacha20poly1305.h')
-rw-r--r-- | src/selftest/chacha20poly1305.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selftest/chacha20poly1305.h b/src/selftest/chacha20poly1305.h index 1d79299..64f3370 100644 --- a/src/selftest/chacha20poly1305.h +++ b/src/selftest/chacha20poly1305.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ +/* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */ #ifdef DEBUG /* ChaCha20-Poly1305 AEAD test vectors from RFC7539 2.8.2 */ |