cuprate-hinto-janai/constants
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
..
src Add constants/ crate (#280) 2024-10-02 18:51:58 +01:00
build.rs Add constants/ crate (#280) 2024-10-02 18:51:58 +01:00
Cargo.toml storage: Add common amounts commitment lookup table (#323) 2024-10-24 22:10:33 +01:00
README.md Add constants/ crate (#280) 2024-10-02 18:51:58 +01:00

cuprate-constants

This crate contains general constants that are not specific to any particular part of the codebase yet are used in multiple places such as the maximum block height.