On Sun, Jul 11, 2021 at 11:17:03PM +0200, Maxime Devos wrote: > src/libtom: Bundled headers from 'libtomcrypt'. Curiously, I don't see > corresponding '.c' files.
Libtomcrypt is commonly embedded into other programs. For example, our Dropbear package contained a modified copy of it for a long time, until commit f72ff06ef8a83a78ad625fe50ee5bb618ea4f37c. It may be that it can be used as a "headers only" library.
