cuprate/storage
SyntheticBird b8e2d00af4
storage: Add common amounts commitment lookup table (#323)
Add common ammounts commitment lookup table

- Implements `compute_zero_commitment` function in `cuprate-helper::crypto` module.
- Added test that compare the function output with the correct calculation.
- Use of a constant-time algorithm for the lookup table.
- Added according documentation
2024-10-24 22:10:33 +01:00
..
blockchain storage: Add common amounts commitment lookup table (#323) 2024-10-24 22:10:33 +01:00
database Add constants/ crate (#280) 2024-10-02 18:51:58 +01:00
service lints: replace allow with expect (#285) 2024-09-18 21:31:08 +01:00
txpool cuprated: internal signatures required for RPC (#297) 2024-10-08 22:57:09 +01:00
README.md books/architecture: port database design document (#267) 2024-09-24 17:23:22 +01:00

Storage

This subdirectory contains all things related to the on-disk storage of data within Cuprate.

See https://architecture.cuprate.org/storage/intro.html for design documentation and the following links for user documentation: