mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 11:39:26 +00:00
b8e2d00af4
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 |
||
---|---|---|
.. | ||
blockchain | ||
database | ||
service | ||
txpool | ||
README.md |
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: