/ README.org
README.org
1 #+TITLE: A plugin for libtomcrypt 2 #+OPTIONS author:nil data:nil 3 #+LANGUAGE: en 4 5 libtomcrypt is a library of crypto routines in the public domain, easy to 6 wrap into a plugin. It's complete enough and extensible enough to make for 7 a fairly complete experience. 8 9 This project wraps libtomcrypt with plugin code to be used and interfaced 10 with by applications that use the Le'Sec Core[fn:Le'Sec Core] library 11 (or higher level application libraries that depend on it). 12 13 As a proof of concept, it is built with as few dependencies as possible. 14 Most centrally, it depends on the Le'Sec Core[fn:Le'Sec-Core] libraries and 15 their dependencies, as well as the Le'Sec Plugin[fn:Le'Sec-Plugin] library. 16 And of course, it depends on libtomcrypto. But that's basically it. 17 18 For testing, the tools from the Le'Sec application library[fn:Le'Sec] is also 19 needed. 20 21 To build, test and install this project, see [[file:INSTALL.org][INSTALL.org]]. 22 23 [fn:Le'Sec-Core] https://seed.le-pri.me/rad:zhC8FYTgZt9JzGR9XHJvkU8Jdc5z, 24 or =rad:zhC8FYTgZt9JzGR9XHJvkU8Jdc5z= on the [[https://radicle.xyz][Radicle]] network. 25 [fn:Le'Sec-Plugin] https://seed.le-pri.me/rad:z4VZKQASFDzgMVF8Zis5ztJCZV3KR, 26 or =rad:z4VZKQASFDzgMVF8Zis5ztJCZV3KR= on the [[https://radicle.xyz][Radicle]] network. 27 [fn:Le'Sec] https://seed.le-pri.me/rad:zDHDLNuSR9VAHAuDxyGitxs8AWLE, 28 or =rad:zDHDLNuSR9VAHAuDxyGitxs8AWLE= on the [[https://radicle.xyz][Radicle]] network. 29 30 * Distribution 31 32 The license of this project is [[file:LICENSE.txt][the Apache 2.0 License]]. Some included files 33 may be licensed differently but compatibly, see attributions in [[file:NOTICE][NOTICE]]. 34 35 All project contributors are listed in [[file:AUTHORS][AUTHORS]].