Clarify documentation

This commit is contained in:
Lukas Reschke 2016-01-08 18:12:22 +01:00
parent 3b62459c41
commit d5c1596887
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ use OCP\IUserSession;
* - AES-256-CFB
* - AES-128-CFB
*
* For integrity protection Encrypt-Then-MAC using HMAC-SHA256 is used.
*
* @package OCA\Encryption\Crypto
*/
class Crypt {