Author :
jsing
Date :
2025-06-28 12:32:27
Hash :ea22eee2 Message :Use a single implementation of gcm_mul()/gcm_ghash().
Since we always initialise the gmult/ghash function pointers, use the same
implementaion of gcm_mul() and gcm_ghash(), regardless of the actual
underlying implementation.
ok tb@