diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-06-05 14:41:22 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-06-05 14:41:22 +0200 |
| commit | 496c13786f97cce5c8385ddf9d6a93652143241f (patch) | |
| tree | cfe08a7c79c1a9b17aa96fc7b208877c8b814d53 | |
| parent | Manual: extended gcd calculates two values for free, which most implementations ignore (diff) | |
| download | libzahl-496c13786f97cce5c8385ddf9d6a93652143241f.tar.gz libzahl-496c13786f97cce5c8385ddf9d6a93652143241f.tar.bz2 libzahl-496c13786f97cce5c8385ddf9d6a93652143241f.tar.xz | |
Fix typos found by Marc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | TODO | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ CONFIG when running make. For example: # edit my-config.mk make CONFIG=my-config.mk -Unless you are compiling for Linux you make have to add +Unless you are compiling for Linux you may have to add -D'FAST_RANDOM_PATHNAME="<path to a non-blocking random number generator>"' (/dev/urandom on Linux) and -D'SECURE_RANDOM_PATHNAME="<path to a blocking random number generator>"' @@ -31,4 +31,4 @@ Add entropy test for zrand. Should zmodpowu, zmodpow, and zmodmul be removed? I need to research how important these are. They are important for cryptography, but we do not care about that. - They are important for discrete/abstract mathematics, but is bignum probably isn't in those cases? + They are important for discrete/abstract mathematics, but bignum probably isn't in those cases? |
