Author: chabotc
Date: Sun May 11 04:21:16 2008
New Revision: 655303
URL: http://svn.apache.org/viewvc?rev=655303&view=rev
Log:
Added crypto notice to the NOTICE file for php shindig
Modified:
incubator/shindig/trunk/NOTICE
Modified: incubator/shindig/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/NOTICE?rev=655303&r1=655302&r2=655303&view=diff
==============================================================================
--- incubator/shindig/trunk/NOTICE (original)
+++ incubator/shindig/trunk/NOTICE Sun May 11 04:21:16 2008
@@ -41,3 +41,7 @@
Apache Shindig interfaces with the OAuth library
<http://code.google.com/p/oauth/> to provide digital signing
of messages according to the OAuth standard.
+
+ Apache Shindig PHP interfaces with the mcrypt API to provide
+ digital signing and encryption to messages using AES, SHA1
+ and HMAC-SHA1 standards.