]> git.codecow.com Git - Monocypher.git/commit
Parameterise sliding window width with a macro
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 5 Dec 2018 22:16:55 +0000 (23:16 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 5 Dec 2018 22:16:55 +0000 (23:16 +0100)
commitd005315f1a1b13362a436e8c54a03e46f362b83e
tree7c4953c39bc2fa9ca6345ca58d9e99423f1d403f
parent07a9ff2aef41c80ebac2d24eff7015755b63b2e4
Parameterise sliding window width with a macro

This is more general, perhaps even more readable this way. This also
lays the groundwork for using different window widths for the
pre-computed window and the cached one. (The cached window has to be
smaller to save stack space, while the pre-computed constant is allowed
to be bigger).
src/monocypher.c