mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +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
22 lines
434 B
TOML
22 lines
434 B
TOML
[package]
|
|
name = "cuprate-constants"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Constant/static data used throughout Cuprate"
|
|
license = "MIT"
|
|
authors = ["hinto-janai"]
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/constants"
|
|
keywords = ["cuprate", "constants"]
|
|
|
|
[features]
|
|
default = []
|
|
block = []
|
|
build = []
|
|
rpc = []
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|