Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix critical bug for automatic salt generation1.1.2 | Mattias Andrée | 2023-06-23 | 1 | -1/+1 |
| | | | | | | | | | | If getrandom(3) generated bytes with the highest bit set and (char) is (signed char) (ones' or two's complement is used), those bytes would become negative indices, rather than be inside [0, 64), causing random data to be writting into the salt. Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Improve srand seed | Mattias Andrée | 2023-06-23 | 1 | -1/+24 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Whitespace fix + do not call srand unless required | Mattias Andrée | 2023-06-23 | 1 | -12/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libar2simplified_decode_r | Mattias Andrée | 2022-02-15 | 1 | -0/+196 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |