[Cryptech Tech] [Cryptech-Commits] [user/sra/aes-keywrap] 01/01: Initial commit of AES Key Wrap implementation.

Peter Gutmann pgut001 at cs.auckland.ac.nz
Tue May 19 14:11:29 UTC 2015


Dan Harkins <dharkins at lounge.org> writes:

>But then you'd have to generate some nonce for the Encrypt portion of
>Encrypt-then-MAC.

nonce = time();
nonce = counter++;
nonce = ...;

(take your pick).  It's one line of code, hardly a deal-breaker.

Peter.


More information about the Tech mailing list