More missing common traits

This commit is contained in:
daxpedda
2021-06-28 02:06:20 -07:00
committed by Kevin Lewi
parent f05fcf0278
commit 81b2719587
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ use generic_array::GenericArray;
use rand::{CryptoRng, RngCore};
/// Used to store the OPRF input and blinding factor
#[cfg_attr(feature = "serialize", derive(serde::Deserialize, serde::Serialize))]
pub struct Token<Grp: Group> {
pub(crate) data: Vec<u8>,
pub(crate) blind: Grp::Scalar,