diff options
author | lloyd <[email protected]> | 2012-07-01 20:03:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-01 20:03:29 +0000 |
commit | c5c144de5b5dbb03b942178ad09a66ebf5cdcb9d (patch) | |
tree | a1c5c8ea850206eedd428ba52c273efeae48e989 /doc/examples | |
parent | f5f2c6d68bd31f72c5837ebc75d5a35741c3b664 (diff) |
Rename all text files that are actually reStructuredText to .rst
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/eax_test.cpp | 6 | ||||
-rw-r--r-- | doc/examples/eax_vecs.txt (renamed from doc/examples/eax.vec) | 0 |
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/examples/eax_test.cpp b/doc/examples/eax_test.cpp index b43861132..763d2f642 100644 --- a/doc/examples/eax_test.cpp +++ b/doc/examples/eax_test.cpp @@ -162,9 +162,7 @@ std::pair<std::string, int> translate_algo(const std::string& in) if(in == "skipjack (10 byte key)") return std::make_pair("Skipjack", 10); - // Noekeon: unknown cause, though LTC's lone test vector does not - // match Botan - + // Noekeon: uses direct keying instead of indirect if(in == "noekeon (16 byte key)") return std::make_pair("Noekeon", 16); @@ -236,7 +234,7 @@ void run_tests(std::istream& in) int main() { - std::ifstream in("eax.vec"); + std::ifstream in("eax_vecs.txt") Botan::LibraryInitializer init; diff --git a/doc/examples/eax.vec b/doc/examples/eax_vecs.txt index 95cd7c1ab..95cd7c1ab 100644 --- a/doc/examples/eax.vec +++ b/doc/examples/eax_vecs.txt |