ext/x25519_ref10/x25519_ref10.h in x25519-1.0.1 vs ext/x25519_ref10/x25519_ref10.h in x25519-1.0.2

- old
+ new

@@ -1,7 +1,7 @@ -#ifndef RFC7748_REF10_H -#define RFC7748_REF10_H +#ifndef X25519_REF10_H +#define X25519_REF10_H #include <stdint.h> #define X25519_KEYSIZE_BYTES 32 typedef uint8_t X25519_KEY[X25519_KEYSIZE_BYTES]; @@ -10,6 +10,6 @@ int x25519_ref10_scalarmult(uint8_t *q, const uint8_t *n, const uint8_t *p); /* Variable-base scalar multiplication */ int x25519_ref10_scalarmult_base(uint8_t *q, const uint8_t *n); -#endif /* RFC7748_REF10_H */ +#endif /* X25519_REF10_H */