1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-09 03:41:41 +03:00

Updated of comments.

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@183 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich 2011-01-02 10:16:43 +00:00
parent 8c18da4f1e
commit 28c35cf0f3
2 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@ config CONFIG_BIGINT_KARATSUBA
Uses 3 multiplications (plus a number of additions/subtractions)
instead of 4. Multiplications are O(N^2) but addition/subtraction
is O(N) hence for large numbers is beneficial. For this project, the
effect was only useful for 4096 bit keys. As these aren't likely to
be used, the feature is disabled by default.
effect was only useful for 4096 bit keys (for 32 bit processors). For
8 bit processors this option might be a possibility.
It costs about 2kB to enable it.

File diff suppressed because one or more lines are too long