diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 14:25:10 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 14:25:10 +0000 |
commit | 7c0c957577a195b4819e4d7f2c9672d7c7522b0d (patch) | |
tree | c2585d874e153fef606db89f4dcfcaf80cb59c47 /src/modules/m_opersha256.cpp | |
parent | b45e7cfebbeaad4ecc3c55bc3060140f50f710d3 (diff) |
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5255 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_opersha256.cpp')
-rw-r--r-- | src/modules/m_opersha256.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/m_opersha256.cpp b/src/modules/m_opersha256.cpp index 40fa3e949..44b2c936d 100644 --- a/src/modules/m_opersha256.cpp +++ b/src/modules/m_opersha256.cpp @@ -56,6 +56,8 @@ using namespace std; typedef unsigned int uint32_t; #endif +/** An sha 256 context, used by m_opersha256 + */ class SHA256Context : public classbase { public: @@ -225,6 +227,8 @@ void SHA256(const char *src, char *dest, int len) } } +/** Handle /MKSHA256 + */ class cmd_mksha256 : public command_t { public: |