Cargo Features

[dependencies]
tari_bulletproofs_plus = { version = "0.4.0", default-features = false, features = ["std", "rand"] }
default = rand, std

These default features are set whenever tari_bulletproofs_plus is added without default-features = false somewhere in the dependency tree.

std default

Enables use_std of itertools ^0.12, std of blake2, byteorder, digest, and ff and std of merlin, once_cell, rand_core, serde, sha3, and zeroize

once_cell:

Enables once_cell::sync module.

rand default

Enables getrandom of rand_core

tari_bulletproofs_plus has 3 features without comments.