cryptol/examples/param_modules
Iavor Diatchki 173ca8702f Parametrize polyval by a starting value.
This makes it easier to continue hashing:

polyvalFrom H (xs # ys) start = polyvalFrom H ys (polyvalFrom H xs start)
2017-11-28 16:10:48 -08:00
..
Common Parametrize polyval by a starting value. 2017-11-28 16:10:48 -08:00
AES_GCM_SIV_Test.cry Add support for working directly with key schedules. 2017-11-28 11:10:34 -08:00
AES.cry Add support for working directly with key schedules. 2017-11-28 11:10:34 -08:00
GCM_AES_Tests.cry AES and GCM using parameterized modules. 2017-11-07 13:59:22 -08:00
SHA256.cry AES and GCM using parameterized modules. 2017-11-07 13:59:22 -08:00
SHA.cry AES and GCM using parameterized modules. 2017-11-07 13:59:22 -08:00