Made Base64 decoding constant-time (with regards to actual data byte contents).
[BearSSL] / src / ec / ec_prime_i15.c
index 85affe5..0f210f2 100644 (file)
@@ -765,7 +765,7 @@ api_muladd(unsigned char *A, const unsigned char *B, size_t len,
 
        /*
         * TODO: see about merging the two ladders. Right now, we do
-        * two independant point multiplications, which is a bit
+        * two independent point multiplications, which is a bit
         * wasteful of CPU resources (but yields short code).
         */