Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-06 | siphash24: unify API | Tom Gundersen | |
Make the API of the new helpers more similar to the old wrapper. In particular we now return the hash as a byte string to avoid any endianness problems. | |||
2015-10-05 | siphash24: expose the internal helper functions | Tom Gundersen | |
2015-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers | |
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/ |