Be consistent in ending every sentence with a period (especially outside a parenthesis as in L16).
It keeps the document as perfectly professional as possible.
Be consistent in ending every sentence with a period (especially outside a parenthesis as in L16).
It keeps the document as perfectly professional as possible.
Be consistent in ending every sentence with a period (especially outside a parenthesis as in L16).
It keeps the document as perfectly professional as possible.
56@@ -57,7 +57,7 @@ Implementation details
57 * Use a precomputed table of multiples of powers of 16 multiplied with the generator, so general multiplication becomes a series of additions.
58 * Intended to be completely free of timing sidechannels for secret-key operations (on reasonable hardware/toolchains)
fixed for all periods
40- * Using 5 52-bit limbs
41+ * Using 5 52-bit limbs.
42 * Using 10 26-bit limbs (including hand-optimized assembly for 32-bit ARM, by Wladimir J. van der Laan).
43 * This is an experimental feature that has not received enough scrutiny to satisfy the standard of quality of this library but is made available for testing and review by the community.
44-* Scalar operations
45+* Scalar operations.