Commitment key for the commitment in ciphertext
(encryption_key: &EncryptionKey<E>)
| 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( |
nothing calls this directly
no test coverage detected