Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 35 |
Nodes: | 6 (0 / 6) |
Uptime: | 11:07:46 |
Calls: | 330 |
Files: | 986 |
Messages: | 107,497 |
Posted today: | 1 |
I would like to confirm (non-existing) test vector for djb's SURF
function. When three input arrays are all initialized with zeros,
the "out" array after executing SURF is (in my implementation):
out[0] = B6A4E119
out[1] = 5AD6E86F
out[2] = 9BE93551
out[3] = EF8E3A91
out[4] = 1CAD4E20
out[5] = F44687A6
out[6] = 05A2C8FC
out[7] = 95016F86
SURF paper on Bernstein's website: https://cr.yp.to/papers/surf.pdf
SURF source ocede on Bruce Schneier's website: https://www.schneier.com/wp-content/uploads/2015/03/SURF-2.zip
Chax Plore wrote:
I would like to confirm (non-existing) test vector for djb's SURF
function. When three input arrays are all initialized with zeros,
the "out" array after executing SURF is (in my implementation):
out[0] = B6A4E119
out[1] = 5AD6E86F
out[2] = 9BE93551
out[3] = EF8E3A91
out[4] = 1CAD4E20
out[5] = F44687A6
out[6] = 05A2C8FC
out[7] = 95016F86
SURF paper on Bernstein's website: https://cr.yp.to/papers/surf.pdf
SURF source ocede on Bruce Schneier's website:
https://www.schneier.com/wp-content/uploads/2015/03/SURF-2.zip
#include files are missing in the .zip archive.
Regards
Stefan
I would like to confirm (non-existing) test vector for djb's SURF
function. When three input arrays are all initialized with zeros,
the "out" array after executing SURF is (in my implementation):
out[0] = B6A4E119
out[1] = 5AD6E86F
out[2] = 9BE93551
out[3] = EF8E3A91
out[4] = 1CAD4E20
out[5] = F44687A6
out[6] = 05A2C8FC
out[7] = 95016F86
SURF paper on Bernstein's website: https://cr.yp.to/papers/surf.pdf
SURF source ocede on Bruce Schneier's website: https://www.schneier.com/wp-content/uploads/2015/03/SURF-2.zip