aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMatt Braithwaite <mab@google.com>2016-04-18 11:30:19 -0700
committerAdam Langley <agl@google.com>2016-04-26 22:53:59 +0000
commit045a0ffe358b81609e5b93e1f02e948b581304a3 (patch)
tree080c669592d15d91f40bc5271c15b4744613c1cd /.clang-format
parentc25d2e63795f7af7db5b1ca120f3f158a357f014 (diff)
downloadboringssl-045a0ffe358b81609e5b93e1f02e948b581304a3.zip
boringssl-045a0ffe358b81609e5b93e1f02e948b581304a3.tar.gz
boringssl-045a0ffe358b81609e5b93e1f02e948b581304a3.tar.bz2
Import `newhope' (post-quantum key exchange).
This derives from the reference implementation: Source: https://github.com/tpoeppelmann/newhope/tree/master/ref at bc06c1ac Paper: https://eprint.iacr.org/2015/1092 However, it does not interoperate, due to the replacement of SHAKE-128 with AES-CTR (for polynomial generation) and the replacement of SHA-3 with SHA-256 (for key whitening). Change-Id: I6a55507aea85331245e2fbd41bae5cc049fdca3c Reviewed-on: https://boringssl-review.googlesource.com/7690 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 43032d4..5865a70 100644
--- a/.clang-format
+++ b/.clang-format
@@ -2,3 +2,6 @@ BasedOnStyle: Google
MaxEmptyLinesToKeep: 3
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
+DerivePointerAlignment: false
+PointerAlignment: Right
+