Nettle: Renamed UMAC* to UMAC*_AES. As UMAC is a generic algorithm that currently happens to use AES as base, I've renamed it accordingly (analogous with POLY1305_AES), and mapped them to submodules of Crypto.AES. Added some UMAC testvectors from RFC 4418.
Nettle: Added the UMAC suite of MACs.