Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 29, 2021
1 parent a391c3a commit 8a443bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ec/native/curve25519_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
#include <assert.h>
typedef WORD fe_limb_t;

/* following code is from c47bfce06 of boringssl: internal.h curve25519.c */
/* following code is from c47bfce06 of boringssl (crypto/curve25519)
internal.h curve25519.c */

/* Copyright (c) 2020, Google Inc.
*
Expand Down
3 changes: 2 additions & 1 deletion ec/native/curve25519_tables.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* following code is from c47bfce06 of boringssl: crypto/curve25519 */

/* Copyright (c) 2020, Google Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
Expand All @@ -15,7 +17,6 @@
// This file is generated from
// ./make_curve25519_tables.py > curve25519_tables.h


static const fe d = {{
#if defined(ARCH_64BIT)
929955233495203, 466365720129213, 1662059464998953, 2033849074728123,
Expand Down

0 comments on commit 8a443bb

Please sign in to comment.