K 10 svn:author V 3 jhb K 8 svn:date V 27 2019-05-23T21:52:24.606316Z K 7 svn:log V 241 MFC 346649: Don't panic for empty CCM requests. A request to encrypt an empty payload without any AAD is unusual, but it is defined behavior. Removing this assertion removes a panic and instead returns the correct tag for an empty buffer. END