totalreclaw-core 2.1.1

TotalReclaw core — E2EE crypto, reranker, wallet, UserOp, store/search pipelines. Single source of truth for all clients.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "totalreclaw-core"
version = "2.1.0"
description = "TotalReclaw crypto core — E2EE, LSH, blind indices, protobuf encoding (Rust)"
requires-python = ">=3.10"
license = { text = "MIT" }

[tool.maturin]
features = ["python-extension"]
module-name = "totalreclaw_core"