I love it. > +#define REKEY_BASE (1<<20) /* NB. *must* be a power of 2 */
Why insist on that? Also, I would prefer (1024*1024), it is quicker to read.
I love it. > +#define REKEY_BASE (1<<20) /* NB. *must* be a power of 2 */
Why insist on that? Also, I would prefer (1024*1024), it is quicker to read.