<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nexus-wiki.org/index.php?action=history&amp;feed=atom&amp;title=Lower_Level_Library_%28LLL%29</id>
	<title>Lower Level Library (LLL) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nexus-wiki.org/index.php?action=history&amp;feed=atom&amp;title=Lower_Level_Library_%28LLL%29"/>
	<link rel="alternate" type="text/html" href="https://nexus-wiki.org/index.php?title=Lower_Level_Library_(LLL)&amp;action=history"/>
	<updated>2026-06-08T22:39:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://nexus-wiki.org/index.php?title=Lower_Level_Library_(LLL)&amp;diff=33&amp;oldid=prev</id>
		<title>Nexus wiki: Created page with &quot;The Lower Level Library (LLL) is the foundation for the TAO Framework. It is a base template library written in C++ minimizing hardware abstraction, thus maximizing bare metal efficiencies. Architecturally, the LLL is an interchangeable construct requiring logical development of templates and modules for specific functions. The LLL-TAO or TAO Framework is a series of LLL templates and data models that are accessible through a simple JSON-based API, allowing any type of d...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nexus-wiki.org/index.php?title=Lower_Level_Library_(LLL)&amp;diff=33&amp;oldid=prev"/>
		<updated>2024-10-04T05:24:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The Lower Level Library (LLL) is the foundation for the TAO Framework. It is a base template library written in C++ minimizing hardware abstraction, thus maximizing bare metal efficiencies. Architecturally, the LLL is an interchangeable construct requiring logical development of templates and modules for specific functions. The LLL-TAO or TAO Framework is a series of LLL templates and data models that are accessible through a simple JSON-based API, allowing any type of d...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Lower Level Library (LLL) is the foundation for the TAO Framework. It is a base template library written in C++ minimizing hardware abstraction, thus maximizing bare metal efficiencies. Architecturally, the LLL is an interchangeable construct requiring logical development of templates and modules for specific functions. The LLL-TAO or TAO Framework is a series of LLL templates and data models that are accessible through a simple JSON-based API, allowing any type of developer to improve their application’s security, scalability, and robustness.&lt;br /&gt;
&lt;br /&gt;
The LLL contains three main components: Cryptography (LLC), Database (LLD), and Protocol (LLP). There are several representations of LLD in the stack; Ledger, Register, Operations and API. The LLC is primarily applied at the Ledger layer although can be implemented elsewhere. As a component of the Network Layer, the LLP is designed to be a light, fast protocol that allows a developer to customize their packet design and message interpretation.&lt;br /&gt;
&lt;br /&gt;
== Lower Level Crypto ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Set of Operations for handling Crypto including:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Digital Signatures (ECDSA, Hash Based)&lt;br /&gt;
* Hashing (SHA3 / Notable Secure Algorithms)&lt;br /&gt;
* Encryption (Symmetric / Asymmetric)&lt;br /&gt;
* Post-Quantum Cryptography (Experimental)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Currently Implemented:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* SK Hashing (Skein and Keccak)&lt;br /&gt;
* Argon2 Password hashing&lt;br /&gt;
* AES Standard (Symmetric)&lt;br /&gt;
* FALCON (Quantum Resistant Lattice Signatures)&lt;br /&gt;
* OpenSSL wrapping functions (EC_KEY, BIGNUM)&lt;br /&gt;
&lt;br /&gt;
== Lower Level Database ==&lt;br /&gt;
&lt;br /&gt;
Set of Templates for designing high efficiency database systems. Core templates can be expanded into higher level database types.&lt;br /&gt;
&lt;br /&gt;
* Keychain Database&lt;br /&gt;
* ACID Transactions&lt;br /&gt;
* Sector Database&lt;br /&gt;
&lt;br /&gt;
Keychains Included:&lt;br /&gt;
* Binary File Map&lt;br /&gt;
* Binary Hash Map&lt;br /&gt;
&lt;br /&gt;
We welcome any contributions of new keychains to provide different indexing data structures of the sector data.&lt;br /&gt;
&lt;br /&gt;
== Lower Level Protocol ==&lt;br /&gt;
&lt;br /&gt;
Set of Client / Server templates for efficient data handling. Inherit and create custom packet types to write a new protocol with ease and no network programming required.&lt;br /&gt;
&lt;br /&gt;
* Data Server&lt;br /&gt;
* Listening Server&lt;br /&gt;
* Connection Types&lt;br /&gt;
* Packet Styles&lt;br /&gt;
* Event Triggers&lt;br /&gt;
* DDOS Throttling&lt;br /&gt;
&lt;br /&gt;
LLP Protocols Implemented:&lt;br /&gt;
&lt;br /&gt;
* Legacy&lt;br /&gt;
* Tritium&lt;br /&gt;
* HTTP&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
Set of useful tools for developing any program such as:&lt;br /&gt;
&lt;br /&gt;
* Serialization&lt;br /&gt;
* Runtime&lt;br /&gt;
* Debug&lt;br /&gt;
* Json&lt;br /&gt;
* Arguments&lt;br /&gt;
* Containers&lt;br /&gt;
* Configuration&lt;br /&gt;
* Sorting&lt;br /&gt;
* Allocators&lt;br /&gt;
* Filesystem&lt;/div&gt;</summary>
		<author><name>Nexus wiki</name></author>
	</entry>
</feed>