Update documentation
parent
2baa37efac
commit
6eeebaf26b
2
hight.h
2
hight.h
|
|
@ -60,7 +60,7 @@ public:
|
|||
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
|
||||
};
|
||||
|
||||
/// \brief Encryption transformation
|
||||
/// \brief Decryption transformation
|
||||
/// \details Dec provides implementation for decryption transformation.
|
||||
/// \since Crypto++ 8.0
|
||||
class CRYPTOPP_NO_VTABLE Dec : public Base
|
||||
|
|
|
|||
2
lea.h
2
lea.h
|
|
@ -82,7 +82,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
/// \brief Encryption transformation
|
||||
/// \brief Decryption transformation
|
||||
/// \details Dec provides implementation for decryption transformation. All key and block
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 8.0
|
||||
|
|
|
|||
4
simeck.h
4
simeck.h
|
|
@ -92,7 +92,7 @@ public:
|
|||
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
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 8.0
|
||||
|
|
@ -146,7 +146,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
/// \brief Encryption transformation
|
||||
/// \brief Decryption transformation
|
||||
/// \details Dec provides implementation for decryption transformation. All key and block
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 8.0
|
||||
|
|
|
|||
4
simon.h
4
simon.h
|
|
@ -126,7 +126,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
/// \brief Encryption transformation
|
||||
/// \brief Decryption transformation
|
||||
/// \details Dec provides implementation for decryption transformation. All key
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 6.0
|
||||
|
|
@ -189,7 +189,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
/// \brief Encryption transformation
|
||||
/// \brief Decryption transformation
|
||||
/// \details Dec provides implementation for decryption transformation. All key
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 6.0
|
||||
|
|
|
|||
2
sm4.h
2
sm4.h
|
|
@ -74,7 +74,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
/// \brief Encryption transformation
|
||||
/// \brief Decryption transformation
|
||||
/// \details Dec provides implementation for decryption transformation. All key
|
||||
/// sizes are supported.
|
||||
/// \details SM4 encryption is accelerated on machines with AES-NI. Decryption is
|
||||
|
|
|
|||
4
speck.h
4
speck.h
|
|
@ -126,7 +126,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
/// \brief Encryption transformation
|
||||
/// \brief Decryption transformation
|
||||
/// \details Dec provides implementation for decryption transformation. All key
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 6.0
|
||||
|
|
@ -189,7 +189,7 @@ public:
|
|||
#endif
|
||||
};
|
||||
|
||||
/// \brief Encryption transformation
|
||||
/// \brief Decryption transformation
|
||||
/// \details Dec provides implementation for decryption transformation. All key
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 6.0
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ public:
|
|||
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
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 6.0
|
||||
|
|
@ -135,7 +135,7 @@ public:
|
|||
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
|
||||
/// sizes are supported.
|
||||
/// \since Crypto++ 6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue