intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
291 stars 87 forks source link

added GCM192 #2

Closed deadcafe closed 7 years ago

deadcafe commented 7 years ago
Items:
    added aesni_gcm192_pre_XXX, aesni_gcm192_enc_XXX, aesni_gcm192_dec_XXX
    added aes_keyexp_192_enc_XXX
    added aes_keyexp_256_enc_XXX
    added const attribute at raw keys
    added GCM192 testvector (#13)
tkanteck commented 7 years ago

Thanks for the new pull requests. It is really great to see contributions & interest in ipsec-mb!

Due to my SCM set up I'll merge these changes not through "merge pull request" button. Also I am adding GCM192 ifdefs in GCM256 code to avoid code duplication between the two. Stay tuned.

tkanteck commented 7 years ago

This pull request has been merged through commit dac344042a4c46d41a366a0612bc2b6ea2a6f349 SCM tools I use were rejecting your email address for some reason. I had to put my name as author and make you the co-author - apologies for it. I'll try to a different way to work around this problem with the next pull request.