9 releases
0.9.20 | Feb 26, 2025 |
---|---|
0.9.17 | Jan 23, 2025 |
0.9.10 | Sep 28, 2024 |
0.9.7 | Aug 28, 2024 |
0.9.1 | Apr 11, 2024 |
#525 in Cryptography
203 downloads per month
430KB
10K
SLoC
The library that underlies most things lockbook.
All lockbook clients (iOS, linux, etc) rely on this library to perform cryptography, offline edits, and reconciliation of data between our server, other clients, and other devices.
Our server relies on this library for checking signatures, and validating whether tree modifications are valid / authorized.
- Most clients / integrators will be interested in the functions attached to the [Lb] struct. See the [service] module for evolving this functionality.
- The [model] module contains the specification of our data structures and contracts between components.
- The [blocking] module contains blocking variants of all [Lb] functions for consumers without async runtimes.
- The [io] module contains interactions with disk and network.
Dependencies
~26–42MB
~752K SLoC