Metadata-Version: 2.1
Name: alicerepo
Version: 0.0.0
Summary: AliceRepo: An simple merkle tree library.
License: WTFPL 2.0
        
        Copyright (C) 2026 Li lingnyi.
        
        Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
        
        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
        TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
        
        0. You just DO WHAT THE FUCK YOU WANT TO.
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dag-cbor
Requires-Dist: multiformats
Requires-Dist: snowland-smx

# AliceRepo: An simple merkle tree library.

AliceRepo is an simple library for merkle tree.

> ⚠ WARNING: AliceRepo can be only used for trusted or semi-trusted purpose (like federated social protocol, etc.), use AliceRepo in non-trusted purpose (like Blockchains, etc.) is **INSECURE**.
