crate-crypto / rust-verkle

Apache License 2.0
119 stars 41 forks source link

Change SRS to be called CRS #25

Closed kevaundray closed 3 years ago

kevaundray commented 3 years ago

When using KZG, we referred to the reference string as a SRS, but now that we are using IPA, it should be renamed to CRS

kevaundray commented 3 years ago

This has been renamed as of: https://github.com/crate-crypto/rust-verkle/blob/9a76cb4a11ceff0610e5b1f3363fd22597d8f4ab/verkle-trie/src/constants.rs#L22