aboutsummaryrefslogtreecommitdiffstats
path: root/libar2simplified_hash.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-15Add libar2simplified_init_contextMattias Andrée1-360/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-15Rewait if sem_wait is interrupted (pthread_mutex_lock cannot be interrupted)Mattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-15mMattias Andrée1-38/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-14Add documentation and make sure the password is always erasedMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-14Add libar2simplified_crypt and fix threadingMattias Andrée1-141/+164
Signed-off-by: Mattias Andrée <maandree@kth.se>