diff --git a/OPTIMISATION.txt b/OPTIMISATION.txt index f7a8f2a..c10e77d 100644 --- a/OPTIMISATION.txt +++ b/OPTIMISATION.txt @@ -30,7 +30,7 @@ When to use what: - otherwise you should benchmark, but "--enable-donna" will probably win Please note, that these recomendations may become out of date if more implementations -are added in the future; use `./configure --help` to obtain all avaiable options. +are added in the future; use `./configure --help` to obtain all available options. When in doubt, benchmark. diff --git a/README.txt b/README.txt index 25e1015..c5ce09d 100644 --- a/README.txt +++ b/README.txt @@ -12,7 +12,7 @@ BUILDING: `./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"`. You probably also want to pass something like "--enable-amd64-51-30k" or "--enable-donna" to configure script for faster key generation; -run `./configure --help` to see all avaiable options. +run `./configure --help` to see all available options. Finally, `make` to start building (`gmake` in *BSD platforms). USAGE: @@ -22,7 +22,7 @@ for each discovered service. By default root is current directory, but that can be overridden with -d switch. Use -s switch to enable printing of statistics, which may be useful when benchmarking different ed25519 implementations on your machine. -Use -h switch to obtain all avaiable options. +Use -h switch to obtain all available options. I highly recommend reading OPTIMISATION.txt for performance-related tips. CONTACT: