aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-04-15 16:46:22 +0000
committerlloyd <[email protected]>2011-04-15 16:46:22 +0000
commit36bb7410ebbbb77667ad56552898b87d16fdf77f (patch)
tree14ed974e642e8746e6664947b24e6f6574c18dc5 /readme.txt
parentb375273d339022b96596e83c63dfae627d6663a8 (diff)
Fix location of online docs in readme
Some fixes for the Windows installer config Remove the SIMD rotate overloads; VC 2010 does not like passing a __m128i by value, which is required to match the template overload for the regular rotates. Could change it to a const reference, but I would worry this would inhibit compiler optimizations. Only used in one place (Noekeon), so just use the long expressions there.
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 54d2de0fe..ef6f2c77d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -8,7 +8,7 @@ Bugzilla (http://bugs.randombit.net/) or by sending a report to the
botan-devel mailing list. More information about the mailing list is
at http://lists.randombit.net/mailman/listinfo/botan-devel/
-You can find documentation online at http://botan.randombit.net/manual
+You can find documentation online at http://botan.randombit.net/docs
and http://botan.randombit.net/doxygen. A set of example programs can
be found in the examples directory.