commit | 6838bd1d737b6c3c4518e63543bf1e6a38113f55 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Sep 30 13:56:38 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Sep 30 15:24:33 2013 +0200 |
tree | 92b0110fbc183f973d23621c92950ae4fd0ee541 | |
parent | c9965dca278becce5bac9a1d9996c8ecc7154d1d [diff] [blame] |
Clarified threading issues
diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h index 94618e7..dec4e0a 100644 --- a/include/polarssl/ecp.h +++ b/include/polarssl/ecp.h
@@ -450,6 +450,7 @@ /** * \brief Multiplication by an integer: R = m * P + * (Not thread-safe to use same group in multiple threads) * * \param grp ECP group * \param R Destination point