crypto/weakcrypto/group/How_To_Build_Strong_Crypto.txt
changeset 72 de46a57f75fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/weakcrypto/group/How_To_Build_Strong_Crypto.txt	Thu Jun 24 15:39:07 2010 +0530
@@ -0,0 +1,11 @@
+Previously it was not possible for teams other than Security to build the crypto
+library as the source code was licensed from RSA and access to it was
+restricted.  Now that the source for cryptography.dll is accessible in the
+master codeline all teams can build this library according to their needs.
+
+To build strong crypto, you must build the file crypto/strong/bld.inf in
+addition to crypto/group/bld.inf.  This will generate an addition dll,
+strong_cryptography.dll.
+
+This can be included in ROMs by specifying the flag USE_STRONG_CRYPTOGRAPHY.  On
+the emulator, the strong version is automatically picked up if it has been built.