aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/inc/crypto.h
AgeCommit message (Collapse)Author
2021-05-18Inlining is weirdMarvin Borner
2021-05-18Improved entire building chain (especially debugging)Marvin Borner
2021-04-17Added I/O bus implementation for efficient IPCMarvin Borner
This was a nice coding session. See ya tomorrow!
2021-04-01Hardened entire systemMarvin Borner
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf.
2021-03-26Renamed libsMarvin Borner
Cleaner and more flexible.