blob: 8b7e8a2a12d4cdda7b21212fe5f7052db4bb0586 (
plain)
1
2
3
4
5
6
7
|
Issues to be addressed for src/lib/crypto/sha1: -*- text -*-
Assumes int (look for "count") is >= 32 bits.
Changing the types of internal variables is easy, but shsUpdate takes
an int parameter; changing that could change the ABI on some
platforms.
|