summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-01-20 18:50:28 +0000
committertailor <cygnus@janrain.com>2006-01-20 18:50:28 +0000
commitc4884390751dd7d13812cfa676593ab9275f00f7 (patch)
tree4c7ded6f0d3761bcc6b1ccf776f901a355e22d94
parentaac4ace586d7a967bd17f3912f745945000922ac (diff)
downloadphp-openid-c4884390751dd7d13812cfa676593ab9275f00f7.zip
php-openid-c4884390751dd7d13812cfa676593ab9275f00f7.tar.gz
php-openid-c4884390751dd7d13812cfa676593ab9275f00f7.tar.bz2
[project @ Updated documentation for phpdoc]
-rw-r--r--Auth/OpenID/CryptUtil.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Auth/OpenID/CryptUtil.php b/Auth/OpenID/CryptUtil.php
index a19481c..bef0090 100644
--- a/Auth/OpenID/CryptUtil.php
+++ b/Auth/OpenID/CryptUtil.php
@@ -510,6 +510,8 @@ class Auth_OpenID_MathWrapper {
* Returns ($base to the $exponent power) mod $modulus. In some
* long number implementations, this may be optimized. This
* implementation works efficiently if we only have pow and mod.
+ *
+ * @access private
*/
function _powmod($base, $exponent, $modulus)
{