crate-crypto / rust-verkle

Apache License 2.0
119 stars 41 forks source link

Replace VerkleCommitment struct with KZG10 Commitment #9

Closed kevaundray closed 3 years ago

kevaundray commented 3 years ago

The VerkleCommitment struct can be replaced with Option\<kzg10::Commitment> .

This will avoid the usage of into_repr and as_repr

kevaundray commented 3 years ago

KZG is no longer used, as of #23