MCPcopy Create free account
hub / github.com/docknetwork/crypto / encryption_comm_key

Method encryption_comm_key

proof_system/src/sub_protocols/saver.rs:473–475  ·  view source on GitHub ↗

Commitment key for the commitment in ciphertext

(encryption_key: &EncryptionKey<E>)

Source from the content-addressed store, hash-verified

471
472 /// Commitment key for the commitment in ciphertext
473 pub fn encryption_comm_key(encryption_key: &EncryptionKey<E>) -> Vec<E::G1Affine> {
474 encryption_key.commitment_key()
475 }
476
477 /// Commitment key for chunked commitment
478 pub fn chunked_comm_keys(

Callers

nothing calls this directly

Calls 1

commitment_keyMethod · 0.80

Tested by

no test coverage detected