Browse Source

Doxygenation

master
Mike Hamburg 10 years ago
parent
commit
cfd623ecf8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/decaf.hxx

+ 1
- 1
include/decaf.hxx View File

@@ -65,7 +65,7 @@ template<unsigned int bits = 448> struct decaf;
*/
template<> struct decaf<448> {

/** @brief An exception for when crypto (i.e. point decode) has failed. */
/** @brief An exception for when crypto (ie point decode) has failed. */
class CryptoException : public std::exception {
public:
/** @return "CryptoException" */


Loading…
Cancel
Save