diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-20 11:02:52 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-22 18:32:48 +0100 |
commit | 0aa65c6f0544bfa9ed9b5f73c4197e91bf2ed2d5 (patch) | |
tree | 0414c5fecc7f18c0924952d11e2c46dd2db634f1 /src/crypto/chacha20-x86_64.S | |
parent | 6dcf45a5346a1cdedc394c24ee724988c88aa296 (diff) |
chacha20poly1305: import ARM primitives from OpenSSL
ARMv4-ARMv8, with NEON for ARMv7 and ARMv8.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto/chacha20-x86_64.S')
-rw-r--r-- | src/crypto/chacha20-x86_64.S | 4 |
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: |