Jarkko Sakkinen <[email protected]> wrote: > > +struct rsassa_pss_ctx { > > + struct crypto_akcipher *rsa; > > + unsigned int key_size; > > + unsigned int salt_len; > > + char *pss_hash; > > + char *mgf1_hash; > > +}; > > Just a nit but I would not align these fields as it does not serve any > purpose here.
It makes them easier to read. David
