snej@2: //
snej@2: // maindocs.h
snej@2: // MYCrypto
snej@2: //
snej@2: // Created by Jens Alfke on 4/06/09.
snej@2: // Copyright 2009 Jens Alfke. All rights reserved.
snej@2: //
snej@2: // This file just contains the Doxygen comments that generate the main (index.html) page content.
snej@2:
snej@2:
snej@2: /*! \mainpage MYCrypto: Mooseyard Cryptography Library
snej@2:
snej@2:
By Jens Alfke
snej@2:
snej@2: \section intro_sec Introduction
snej@2:
snej@2: MYCrypto is a set of Objective-C cryptography classes for Cocoa applications on Mac OS X and iPhone.
snej@2:
snej@2: Browse the class documentation.
snej@2:
snej@2: \section license License
snej@2:
snej@2: MYCrypto is released under a BSD license, which means you can freely use it in open-source
snej@2: or commercial projects, provided you give credit in your documentation or About box.
snej@2:
snej@2: \section config Configuration
snej@2:
snej@2: MYCrypto requires Mac OS X 10.5 or later, since it uses Objective-C 2 features like
snej@2: properties and for...in loops.
snej@2:
snej@2: MYCrypto uses my MYUtilities library. You'll need to have downloaded that library, and added
snej@2: the necessary source files and headers to your project. See the MYCrypto Xcode project,
snej@2: which contains the minimal set of MYUtilities files needed to build MYUtilities. (That project
snej@2: has its search paths set up to assume that MYUtilities is in a directory next to MYCrypto.)
snej@2:
snej@2: \section download How To Get It
snej@2:
snej@2:
snej@2: - Download the current source code
snej@2:
- To check out the source code using Mercurial:
snej@2: \verbatim hg clone /hg/hgwebdir.cgi/MYCrypto/ MYCrypto \endverbatim
snej@2:
- As described above, you'll also need to download or check out MYUtilities and put it in
snej@2: a directory next to MYCrypto.
snej@2:
snej@2:
snej@2: Or if you're just looking:
snej@2:
snej@2:
snej@2:
snej@2: */