Re: [PowerPC] GCM optimization

2020-11-27 Thread Maamoun TK
On Fri, Nov 27, 2020 at 8:13 PM Niels Möller wrote: > I wonder if gcm-internal.h can be cut down a bit, to > > /* Functions available only in some configurations */ > void > _nettle_gcm_init_key (union nettle_block16 *table); > > void > _nettle_gcm_hash(const struct gcm_key *key, union

Re: [PowerPC] GCM optimization

2020-11-27 Thread Niels Möller
Maamoun TK writes: > I made a pull request in the repository. Merged, thanks! I wonder if gcm-internal.h can be cut down a bit, to /* Functions available only in some configurations */ void _nettle_gcm_init_key (union nettle_block16 *table); void _nettle_gcm_hash(const struct

Re: [PowerPC] GCM optimization

2020-11-27 Thread Maamoun TK
I made a pull request in the repository. regards, Mamone On Thu, Nov 26, 2020 at 11:41 PM Niels Möller wrote: > Maamoun TK writes: > > > To suppress these warnings we need to declare a prototype for > > _nettle_gcm_init_key() and _nettle_gcm_hash() if > "HAVE_NATIVE_gcm_init_key" > > and