commit | 7aab2fbe419ac06ad19185dd2caf3bf28f5c536e | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Sep 27 13:19:13 2022 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Oct 04 14:50:17 2022 +0200 |
tree | 0fd16da2c070b30b6a393092b5838669e5502d13 | |
parent | 7f887bdc05765e357116f7f47cbbd9a4a1080333 [diff] [blame] |
Add a short description of what each module does There was already a short introduction to _who_ should use each module, but not to _what_ each module does. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/library/bignum_mod.h b/library/bignum_mod.h index 982a9ac..c25eb87 100644 --- a/library/bignum_mod.h +++ b/library/bignum_mod.h
@@ -1,5 +1,7 @@ /** * Modular bignum functions + * + * This module implements operations on integers modulo some fixed modulus. */ /*