aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 043b626..1d4a3f9 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,9 @@ Usage:
10## BigInt 10## BigInt
11 11
12This repo contains also a class for big integer. Performance are not great, 12This repo contains also a class for big integer. Performance are not great,
13but you have a look at it for educational purposes. 13but you can have a look at it for educational purposes.
14
15The script `random_bigint` can be used to generate random big integers.
14 16
15## Development 17## Development
16 18