ext/x25519_precomputed/x25519_precomputed.h in x25519-1.0.1 vs ext/x25519_precomputed/x25519_precomputed.h in x25519-1.0.2
- old
+ new
@@ -13,12 +13,12 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef RFC7748_PRECOMPUTED_H
-#define RFC7748_PRECOMPUTED_H
+#ifndef X25519_PRECOMPUTED_H
+#define X25519_PRECOMPUTED_H
#include <stdint.h>
#define ALIGN_BYTES 32
#ifdef __INTEL_COMPILER
@@ -32,6 +32,6 @@
void x25519_precomputed_scalarmult(uint8_t *shared, uint8_t *private_key, uint8_t *session_key);
void x25519_precomputed_scalarmult_base(uint8_t *session_key, uint8_t *private_key);
int check_4th_gen_intel_core_features();
-#endif /* RFC7748_PRECOMPUTED_H */
+#endif /* X25519_PRECOMPUTED_H */