cambrian / accumulator

Cryptographic accumulators in Rust.
https://cambrian.github.io/accumulator
MIT License
133 stars 34 forks source link

How is the library discouraging/warning against the use of lower-level routines? #34

Closed alanefl closed 5 years ago

alanefl commented 5 years ago

We need to agree on some mechanism to signal to an end-user that lower-level routines should be used with care, whether that be via good docs, Rust visibility modifiers, or something else.

See https://github.com/cambrianlabs/accumulator/pull/31.