summaryrefslogtreecommitdiff
path: root/base32.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-19 13:09:33 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-19 13:09:33 -0500
commitb3e49d8c96bb8044715db457d04669b42b169fab (patch)
tree67ca70a2b55a656d79641c3771ec49751993fa4b /base32.h
parent6911cc9e91e3b7a382030cedc55438ad8b7405ca (diff)
downloadcryptopp-git-b3e49d8c96bb8044715db457d04669b42b169fab.tar.gz
Additional documentation; fixed issues with Clang integrated assembler and different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
Diffstat (limited to 'base32.h')
-rw-r--r--base32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base32.h b/base32.h
index 6bc48c8a..ad4da97c 100644
--- a/base32.h
+++ b/base32.h
@@ -1,7 +1,7 @@
// base32.h - written and placed in the public domain by Wei Dai
//! \file
-//! \brief Classes for Base32 encoder and decoder
+//! \brief Classes for Base32Encoder and Base32Decoder
#ifndef CRYPTOPP_BASE32_H
#define CRYPTOPP_BASE32_H