| 23 | )] |
| 24 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] |
| 25 | pub struct Output<E: Pairing>( |
| 26 | #[cfg_attr(feature = "serde", serde_as(as = "ArkObjectBytes"))] pub PairingOutput<E>, |
| 27 | ); |
| 28 | |
| 29 | /// Proof of correct PRF output |
| 30 | #[cfg_attr(feature = "serde", cfg_eval::cfg_eval, serde_with::serde_as)] |