New basic implementation of Curve25519 (generic i15 code, experimental).
[BearSSL] / src / ec / ec_p256_m15.c
similarity index 99%
rename from src/ec/ec_p256_i15.c
rename to src/ec/ec_p256_m15.c
index 68ab73a..99c7224 100644 (file)
@@ -2075,7 +2075,7 @@ api_muladd(unsigned char *A, const unsigned char *B, size_t len,
 }
 
 /* see bearssl_ec.h */
-const br_ec_impl br_ec_p256_i15 = {
+const br_ec_impl br_ec_p256_m15 = {
        (uint32_t)0x00800000,
        &api_generator,
        &api_order,