Re: Can anyone explain the AEAD implementation

2008-11-03 Thread Evgeniy Polyakov
Hi. On Mon, Nov 03, 2008 at 11:01:16AM +, Dean Jenkins ([EMAIL PROTECTED]) wrote: > I observe that the ESP module uses an AEAD crypto API. AEAD means > Authentication Encryption with Associated Data. It seems Encryption and HMAC > are combined into a single API. Am I correct ? > > Please c

Can anyone explain the AEAD implementation

2008-11-03 Thread Dean Jenkins
Hi, I observe that the ESP module uses an AEAD crypto API. AEAD means Authentication Encryption with Associated Data. It seems Encryption and HMAC are combined into a single API. Am I correct ? Please can anyone explain how individual Encryption algorithms and Hashing algorithms are selected f