aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/chacha20-x86_64.S
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-20 11:02:52 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-22 18:32:48 +0100
commit7a5ce4ea474ee910bf247d36ccf8f04fffacfd91 (patch)
treeeaa91b097e7ce740fa135db745dab73c208a4953 /src/crypto/chacha20-x86_64.S
parentchacha20poly1305: import x86_64 primitives from OpenSSL (diff)
downloadwireguard-monolithic-historical-7a5ce4ea474ee910bf247d36ccf8f04fffacfd91.tar.xz
wireguard-monolithic-historical-7a5ce4ea474ee910bf247d36ccf8f04fffacfd91.zip
chacha20poly1305: import ARM primitives from OpenSSL
ARMv4-ARMv8, with NEON for ARMv7 and ARMv8.
Diffstat (limited to 'src/crypto/chacha20-x86_64.S')
-rw-r--r--src/crypto/chacha20-x86_64.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/crypto/chacha20-x86_64.S b/src/crypto/chacha20-x86_64.S
index 64cbc83..4a01761 100644
--- a/src/crypto/chacha20-x86_64.S
+++ b/src/crypto/chacha20-x86_64.S
@@ -1,4 +1,6 @@
-/* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+/* Copyright 2017 Samuel Neves <sneves@dei.uc.pt>. All Rights Reserved.
+ * Copyright 2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: