Update documentation

This commit is contained in:
Jeffrey Walton 2019-07-04 13:57:33 -04:00
parent 2baa37efac
commit 6eeebaf26b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
7 changed files with 11 additions and 11 deletions

View File

@ -60,7 +60,7 @@ public:
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const; void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. /// \details Dec provides implementation for decryption transformation.
/// \since Crypto++ 8.0 /// \since Crypto++ 8.0
class CRYPTOPP_NO_VTABLE Dec : public Base class CRYPTOPP_NO_VTABLE Dec : public Base

2
lea.h
View File

@ -82,7 +82,7 @@ public:
#endif #endif
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key and block /// \details Dec provides implementation for decryption transformation. All key and block
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 8.0 /// \since Crypto++ 8.0

View File

@ -92,7 +92,7 @@ public:
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const; void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key and block /// \details Dec provides implementation for decryption transformation. All key and block
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 8.0 /// \since Crypto++ 8.0
@ -146,7 +146,7 @@ public:
#endif #endif
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key and block /// \details Dec provides implementation for decryption transformation. All key and block
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 8.0 /// \since Crypto++ 8.0

View File

@ -126,7 +126,7 @@ public:
#endif #endif
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key /// \details Dec provides implementation for decryption transformation. All key
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 6.0 /// \since Crypto++ 6.0
@ -189,7 +189,7 @@ public:
#endif #endif
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key /// \details Dec provides implementation for decryption transformation. All key
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 6.0 /// \since Crypto++ 6.0

2
sm4.h
View File

@ -74,7 +74,7 @@ public:
#endif #endif
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key /// \details Dec provides implementation for decryption transformation. All key
/// sizes are supported. /// sizes are supported.
/// \details SM4 encryption is accelerated on machines with AES-NI. Decryption is /// \details SM4 encryption is accelerated on machines with AES-NI. Decryption is

View File

@ -126,7 +126,7 @@ public:
#endif #endif
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key /// \details Dec provides implementation for decryption transformation. All key
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 6.0 /// \since Crypto++ 6.0
@ -189,7 +189,7 @@ public:
#endif #endif
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key /// \details Dec provides implementation for decryption transformation. All key
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 6.0 /// \since Crypto++ 6.0

View File

@ -91,7 +91,7 @@ public:
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const; void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key and block /// \details Dec provides implementation for decryption transformation. All key and block
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 6.0 /// \since Crypto++ 6.0
@ -135,7 +135,7 @@ public:
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const; void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
}; };
/// \brief Encryption transformation /// \brief Decryption transformation
/// \details Dec provides implementation for decryption transformation. All key and block /// \details Dec provides implementation for decryption transformation. All key and block
/// sizes are supported. /// sizes are supported.
/// \since Crypto++ 6.0 /// \since Crypto++ 6.0