mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Update documentation
This commit is contained in:
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;
|
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
2
lea.h
@ -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
|
||||||
|
4
simeck.h
4
simeck.h
@ -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
|
||||||
|
4
simon.h
4
simon.h
@ -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
2
sm4.h
@ -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
|
||||||
|
4
speck.h
4
speck.h
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user